From 646831423a8e80813a87900155c1ad5e2db60aae Mon Sep 17 00:00:00 2001 From: Marcello Romani Date: Thu, 10 Jan 2019 15:02:37 +0000 Subject: [PATCH] Remove invalid action from policy (#239) --- CHANGELOG.md | 2 +- workers.tf | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad872b..a471e7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ project adheres to [Semantic Versioning](http://semver.org/). - Write your awesome addition here (by @you) ### Changed - - Write your awesome change here (by @you) + - Removed invalid action from worker_autoscaling iam policy ## [[v2.0.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.8.0...v2.0.0)] - 2018-12-14] diff --git a/workers.tf b/workers.tf index b44ed04..9dbf82b 100644 --- a/workers.tf +++ b/workers.tf @@ -162,7 +162,6 @@ data "aws_iam_policy_document" "worker_autoscaling" { "autoscaling:DescribeAutoScalingInstances", "autoscaling:DescribeLaunchConfigurations", "autoscaling:DescribeTags", - "autoscaling:GetAsgForInstance", ] resources = ["*"]