Skip to content

Commit e560d66

Browse files
committed
ModifyListener iam for lb
1 parent c71fbb9 commit e560d66

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tf/service/deploy/data.tf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ data "aws_iam_policy_document" "elb_policy" {
3838
]
3939
}
4040

41+
statement {
42+
actions = [
43+
"elasticloadbalancing:ModifyListener"
44+
]
45+
effect = "Allow"
46+
resources = [
47+
var.lb_listener_arn
48+
]
49+
}
50+
4151
statement {
4252
actions = [
4353
"elasticloadbalancing:DescribeListeners",

0 commit comments

Comments
 (0)