mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-23 18:01:04 +01:00
Remove invalid action from policy (#239)
This commit is contained in:
committed by
Max Williams
parent
3fc7cd88f7
commit
646831423a
@@ -162,7 +162,6 @@ data "aws_iam_policy_document" "worker_autoscaling" {
|
||||
"autoscaling:DescribeAutoScalingInstances",
|
||||
"autoscaling:DescribeLaunchConfigurations",
|
||||
"autoscaling:DescribeTags",
|
||||
"autoscaling:GetAsgForInstance",
|
||||
]
|
||||
|
||||
resources = ["*"]
|
||||
|
||||
Reference in New Issue
Block a user