Skip to content

Commit

Permalink
Added addtag
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra committed Sep 4, 2024
1 parent 660950e commit 3376b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ resource "aws_iam_policy" "alb" {
"elasticloadbalancing:CreateListener",
"elasticloadbalancing:DeleteListener",
"elasticloadbalancing:CreateRule",
"elasticloadbalancing:DeleteRule"
"elasticloadbalancing:DeleteRule",
"elasticloadbalancing:AddTags"
],
"Resource": "*"
},
Expand Down

0 comments on commit 3376b9c

Please sign in to comment.