We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a25005 commit 68c3759Copy full SHA for 68c3759
main.tf
@@ -4,7 +4,6 @@ resource "aws_iam_openid_connect_provider" "github_oidc_connect" {
4
client_id_list = [
5
"sts.amazonaws.com",
6
]
7
-
8
thumbprint_list = ["ffffffffffffffffffffffffffffffffffffffff"]
9
}
10
resource "aws_iam_role" "github_actions_role" {
0 commit comments