Skip to content

Commit

Permalink
Fix CodeStar policy condition (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
  • Loading branch information
joe-niland and cloudpossebot authored Apr 22, 2021
1 parent 25a7569 commit f76e93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ data "aws_iam_policy_document" "codestar" {
]

condition {
test = "StringLike"
test = "ForAllValues:StringEquals"
variable = "codestar-connections:FullRepositoryId"
values = [
format("%s/%s", var.repo_owner, var.repo_name)
Expand Down

0 comments on commit f76e93e

Please sign in to comment.