Skip to content

Commit 566e0be

Browse files
committed
change iam to use correct actions
1 parent 7c7c894 commit 566e0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ data "aws_iam_policy_document" "lambda_policy_doc" {
3838
statement {
3939
actions = [
4040
"autoscaling:SetInstanceHealth",
41-
"autoscaling:DescribeAutoScalingInstances"
41+
"autoscaling:DescribeAutoScalingGroups"
4242
]
4343

4444
resources = [

0 commit comments

Comments
 (0)