Skip to content

Commit

Permalink
fix: Use StringEquals instead of StringLike
Browse files Browse the repository at this point in the history
  • Loading branch information
unfunco committed Feb 18, 2023
1 parent 2dc99c4 commit c19b62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data "aws_iam_policy_document" "assume_role" {
}

condition {
test = "StringLike"
test = "StringEquals"
values = ["sts.amazonaws.com"]
variable = "token.actions.githubusercontent.com:aud"
}
Expand Down

0 comments on commit c19b62f

Please sign in to comment.