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

Adding 'capacity-optimized' docs to locals (#469)

This commit is contained in:
Scott Crooks
2019-08-19 16:22:11 +02:00
committed by Max Williams
parent 8580b67813
commit b335819f0e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,8 +14,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
- Added `market_type` to `workers_launch_template.tf` allow the usage of spot nodegroups without mixed instances policy.
- Added support for log group tag in `./cluster.tf` (@lucas-giaco)
- Added support for workers iam role tag in `./workers.tf` (@lucas-giaco)
- Write your awesome addition here (by @you)
- Added `required_providers` to enforce provider minimum versions (by @dpiddockcmp)
- Updated `local.spot_allocation_strategy` docstring to indicate availability of new `capacity-optimized` option. (by @sc250024)
### Changed