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

Allow config_output_path to specify the full path (#549)

This commit is contained in:
Joshua Spence
2019-10-21 23:55:29 +11:00
committed by Max Williams
parent c81e1d2fa7
commit 4369f0271b
4 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Changed logic for setting default ebs_optimized to only require maintaining a list of instance types that don't support it (by @jeffmhastings)
- **Breaking:** The `kubectl` configuration file can now be fully-specified using `config_output_path`. Previously it was assumed that `config_output_path` referred to a directory and always ended with a forward slash. This is a breaking change if `config_output_path` does **not** end with a forward slash (which was advised against by the documentation).
- Changed logic for setting default ebs_optimized to only require maintaining a list of instance types that don't support it (by @jeffmhastings)
# History