Skip to content

Commit

Permalink
Terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 5, 2024
1 parent fd723df commit 7c6b48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,10 @@ data "aws_iam_policy_document" "policy" {
"elasticloadbalancing:AddTags",
]

condition {
condition {
test = "StringEquals"
variable = "elasticloadbalancing:CreateAction"
values = [
values = [
"CreateTargetGroup",
"CreateLoadBalancer"
]
Expand Down

0 comments on commit 7c6b48e

Please sign in to comment.