Skip to content

Commit

Permalink
further testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikereiddigital committed Jun 11, 2024
1 parent abecbf6 commit eb32fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/bootstrap/member-bootstrap/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ data "aws_iam_policy_document" "member-access" {
]
resources = ["*"] #tfsec:ignore:AWS099 tfsec:ignore:AWS097
condition {
test = "ForAllValues:StringEquals"
test = "StringEquals"
variable = "cloudformation:ResourceTypes"
values = [ "AWS::WAFv2::WebACL", "AWS::S3::Bucket" ]
values = [ "AWS::WAFv2::WebACL" ]
}
}

Expand Down

0 comments on commit eb32fdf

Please sign in to comment.