Skip to content

Commit

Permalink
fix typo in iam assume role
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Nov 28, 2023
1 parent 0710fb3 commit d649492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/iam_github_actions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data "aws_iam_policy_document" "assume_deploy" {
condition {
test = "StringLike"
variable = "token.actions.githubusercontent.com:sub"
values = ["repo:${var.repo}:ref/refs/heads/main"]
values = ["repo:${var.repo}:ref:refs/heads/main"]
}
}
}
Expand Down

0 comments on commit d649492

Please sign in to comment.