Skip to content

Commit f76e93e

Browse files
Fix CodeStar policy condition (#75)
Co-authored-by: cloudpossebot <[email protected]>
1 parent 25a7569 commit f76e93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ data "aws_iam_policy_document" "codestar" {
187187
]
188188

189189
condition {
190-
test = "StringLike"
190+
test = "ForAllValues:StringEquals"
191191
variable = "codestar-connections:FullRepositoryId"
192192
values = [
193193
format("%s/%s", var.repo_owner, var.repo_name)

0 commit comments

Comments
 (0)