Skip to content

Commit 9495c41

Browse files
Merge pull request #4 from infraspecdev/update/condition-fix
changing condition to string like for github repos
2 parents f098184 + 856017d commit 9495c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data "aws_iam_policy_document" "assume_role_policy" {
1010
actions = ["sts:AssumeRoleWithWebIdentity"]
1111

1212
condition {
13-
test = "StringEquals"
13+
test = "StringLike"
1414
variable = "token.actions.githubusercontent.com:sub"
1515
values = local.repository_ref_list
1616
}

0 commit comments

Comments
 (0)