1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

Removing aws_iam_service_linked_role from module (#160)

This commit is contained in:
Max Williams
2018-10-17 13:02:00 +02:00
committed by GitHub
parent 4b09e95d88
commit b15e1d7e95
4 changed files with 1 additions and 14 deletions
+1 -3
View File
@@ -9,12 +9,11 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- A useful addition (slam dunk, @self 🔥)
- `suspended_processes` to `worker_groups` input (by @bkmeneguello)
### Changed
- A subtle but thoughtful change. (Boomshakalaka, @self 🏀)
- Remove aws_iam_service_linked_role (by @max-rocket-internet)
- Adjust the order and correct/update the ec2 instance type info. (@chenrui333)
## [[v1.7.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.6.0...v1.7.0)] - 2018-10-09]
@@ -28,7 +27,6 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- A subtle but thoughtful change. (Boomshakalaka, @self 🏀)
- fix default worker subnets not working (by @erks)
- fix default worker autoscaling_enabled not working (by @erks)
- Cosmetic syntax changes to improve readability. (by @max-rocket-internet)