mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 18:31:09 +01:00
add ec2:DescribeLaunchTemplateVersions action to worker node iam role
This commit is contained in:
@@ -173,6 +173,7 @@ data "aws_iam_policy_document" "worker_autoscaling" {
|
||||
"autoscaling:DescribeAutoScalingInstances",
|
||||
"autoscaling:DescribeLaunchConfigurations",
|
||||
"autoscaling:DescribeTags",
|
||||
"ec2:DescribeLaunchTemplateVersions",
|
||||
]
|
||||
|
||||
resources = ["*"]
|
||||
|
||||
Reference in New Issue
Block a user