Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #611 from alphagov/autoscaler-describe-launch-temp…
Browse files Browse the repository at this point in the history
…late-versions

Cluster autoscaler: Allow describing launch template versions
  • Loading branch information
Krenair authored Oct 7, 2019
2 parents bc90640 + 843bd13 commit afe6f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gsp-cluster/cluster-autoscaler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ data "aws_iam_policy_document" "cluster_autoscaler_policy" {
"autoscaling:DescribeAutoScalingInstances",
"autoscaling:DescribeLaunchConfigurations",
"autoscaling:DescribeTags",
"ec2:DescribeLaunchTemplateVersions",
]

resources = ["*"]
Expand Down

0 comments on commit afe6f39

Please sign in to comment.