mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-21 08:11:17 +02:00
Use join and splat syntax to access conditional resources (#569)
This commit is contained in:
committed by
Thierno IB. BARRY
parent
4f552891ff
commit
a8e54ccf73
@@ -21,6 +21,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- **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)
|
||||
- Bumped minimum terraform version to 0.12.2 to prevent an error on yamlencode function (by @toadjaune)
|
||||
- Access conditional resource using join function in combination with splat syntax (by @miguelaferreira)
|
||||
|
||||
# History
|
||||
|
||||
|
||||
Reference in New Issue
Block a user