mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-18 01:27:55 +01:00
add ec2:DescribeLaunchTemplateVersions action to worker node iam role
This commit is contained in:
@@ -11,6 +11,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
### Added
|
||||
|
||||
- Added "ec2:DescribeLaunchTemplateVersions" action to worker instance role (by @skang0601)
|
||||
- Added output for generated kubeconfig filename (by @syst0m)
|
||||
- Added outputs for cluster role ARN and name (by @spingel)
|
||||
- Added optional name filter variable to be able to pin worker AMI to a release (by @max-rocket-internet)
|
||||
|
||||
@@ -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