Skip to content

Commit 841fdb5

Browse files
updating thumb print
1 parent cdb4227 commit 841fdb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ resource "aws_iam_openid_connect_provider" "github_oidc_connect" {
44
client_id_list = [
55
"sts.amazonaws.com",
66
]
7-
thumbprint_list = ["6938fd4d98bab03faadb97b34396831e3780aea1"]
7+
thumbprint_list = [
8+
"6938fd4d98bab03faadb97b34396831e3780aea1"
9+
]
810
}
911
resource "aws_iam_role" "github_actions_role" {
1012
name = var.role_name

0 commit comments

Comments
 (0)