mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-26 18:38:49 +02:00
Remove invalid action from policy (#239)
This commit is contained in:
committed by
Max Williams
parent
3fc7cd88f7
commit
646831423a
@@ -11,7 +11,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Write your awesome addition here (by @you)
|
- Write your awesome addition here (by @you)
|
||||||
|
|
||||||
### Changed
|
### 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]
|
## [[v2.0.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.8.0...v2.0.0)] - 2018-12-14]
|
||||||
|
|
||||||
|
|||||||
@@ -162,7 +162,6 @@ data "aws_iam_policy_document" "worker_autoscaling" {
|
|||||||
"autoscaling:DescribeAutoScalingInstances",
|
"autoscaling:DescribeAutoScalingInstances",
|
||||||
"autoscaling:DescribeLaunchConfigurations",
|
"autoscaling:DescribeLaunchConfigurations",
|
||||||
"autoscaling:DescribeTags",
|
"autoscaling:DescribeTags",
|
||||||
"autoscaling:GetAsgForInstance",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
resources = ["*"]
|
resources = ["*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user