Skip to content

Commit 856017d

Browse files
changing condition to string like for github repos
1 parent f098184 commit 856017d

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)