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

changelog fix

This commit is contained in:
Max Williams
2018-08-27 16:40:46 +02:00
parent 2c15e196b7
commit c37dc6d879
+1 -4
View File
@@ -9,13 +9,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Added autoscaling policies into module that are optionally attached when enabled for a worker group. (by @max-rocket-internet)
### Added
- add spot_price option to aws_launch_configuration
- add enable_monitoring option to aws_launch_configuration
- add t3 instance class settings
- Added autoscaling policies into module that are optionally attached when enabled for a worker group. (by @max-rocket-internet)
### Changed