Skip to content

Commit

Permalink
Update iam.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Nuru <[email protected]>
  • Loading branch information
aknysh and Nuru authored Aug 23, 2020
1 parent 6d1a5fd commit 1ca1dd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ data "aws_iam_policy_document" "cluster_elb_service_role" {
effect = "Allow"
actions = [
"ec2:DescribeAccountAttributes",
"ec2:DescribeInternetGateways"
"ec2:DescribeAddresses",
"ec2:DescribeInternetGateways",
"elasticloadbalancing:SetIpAddressType",
"elasticloadbalancing:SetSubnets"
]
resources = ["*"]
}
Expand Down

0 comments on commit 1ca1dd4

Please sign in to comment.