mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-28 10:29:16 +02:00
byo userdata now enabled. refactor some parts into dedicated templates for maintainability
This commit is contained in:
+3
-1
@@ -9,7 +9,9 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
### Changed
|
||||
|
||||
- `worker_ami_id` is now made optional. If not specified, the module will source the latest AWS supported EKS AMI instead.
|
||||
- files rendered from dedicated templates to separate out raw code and config from `hcl`
|
||||
- `workers_ami_id` is now made optional. If not specified, the module will source the latest AWS supported EKS AMI instead.
|
||||
- added ability to specify extra userdata code to execute after the second to configure and start kube services.
|
||||
|
||||
## [[v0.1.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v0.1.0...v0.1.1)] - 2018-06-07]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user