Skip to content

Commit cdb4227

Browse files
thumb print updated
1 parent 68c3759 commit cdb4227

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

examples/simple-setup/.terraform.lock.hcl

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resource "aws_iam_openid_connect_provider" "github_oidc_connect" {
44
client_id_list = [
55
"sts.amazonaws.com",
66
]
7-
thumbprint_list = ["ffffffffffffffffffffffffffffffffffffffff"]
7+
thumbprint_list = ["6938fd4d98bab03faadb97b34396831e3780aea1"]
88
}
99
resource "aws_iam_role" "github_actions_role" {
1010
name = var.role_name

0 commit comments

Comments
 (0)