Skip to content

Commit

Permalink
Update iam.tf
Browse files Browse the repository at this point in the history
Co-authored-by: David Elliott <[email protected]>
  • Loading branch information
SteveLinden and davidkelliott authored Oct 25, 2023
1 parent a1bd803 commit 361ca08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ data "aws_iam_policy_document" "github_oidc_assume_role" {
variable = "token.actions.githubusercontent.com:sub"
values = formatlist("repo:%s", var.github_repositories)
}
# Addition to clear checkov error
condition {
test = "StringLike"
variable = "token.actions.githubusercontent.com:sub"
Expand Down

0 comments on commit 361ca08

Please sign in to comment.