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 cdb4227 commit 841fdb5Copy full SHA for 841fdb5
main.tf
@@ -4,7 +4,9 @@ resource "aws_iam_openid_connect_provider" "github_oidc_connect" {
4
client_id_list = [
5
"sts.amazonaws.com",
6
]
7
- thumbprint_list = ["6938fd4d98bab03faadb97b34396831e3780aea1"]
+ thumbprint_list = [
8
+ "6938fd4d98bab03faadb97b34396831e3780aea1"
9
+ ]
10
}
11
resource "aws_iam_role" "github_actions_role" {
12
name = var.role_name
0 commit comments