File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
1111
1212### Added
1313
14+ - Added "ec2: DescribeLaunchTemplateVersions " action to worker instance role (by @skang0601 )
1415- Adding ebs encryption for workers launched using workers_launch_template (by @russki )
1516- Added output for generated kubeconfig filename (by @syst0m )
1617- Added outputs for cluster role ARN and name (by @spingel )
Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ data "aws_iam_policy_document" "worker_autoscaling" {
173173 " autoscaling:DescribeAutoScalingInstances" ,
174174 " autoscaling:DescribeLaunchConfigurations" ,
175175 " autoscaling:DescribeTags" ,
176+ " ec2:DescribeLaunchTemplateVersions" ,
176177 ]
177178
178179 resources = [" *" ]
You can’t perform that action at this time.
0 commit comments