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

Add option to change worker placement_tenancy. (#142)

* Add option to change worker placement_tenancy.

* update CHANGELOG.md
This commit is contained in:
monsterxx03
2018-10-09 16:46:58 +08:00
committed by Max Williams
parent 5d9d4fb8b8
commit 6de0825644
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
- A useful addition (slam dunk, @self 🔥)
- Worker groups can be created with a specified IAM profile. (from @laverya)
- exposed `aws_eks_cluster` create and destroy timeouts (by @RGPosadas)
- exposed `placement_tenancy` for autoscaling group (by @monsterxx03)
- Allow port 443 from EKS service to nodes to run `metrics-server`. (by @max-rocket-internet)
### Changed