Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 committed Nov 28, 2024
1 parent 01bfcb3 commit dcc3bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ resource "aws_iam_role" "github_actions_role" {
}
Action = "sts:AssumeRoleWithWebIdentity"
Condition = {
StringEquals = {pull
StringEquals = {
"${data.aws_iam_openid_connect_provider.github_openid_connect_provider.url}:aud" : "sts.amazonaws.com"
},
StringLike = {
Expand Down

0 comments on commit dcc3bd2

Please sign in to comment.