Fix errors from usage of coalesce (#402) (#459)

* Replace coalesce() usage for locals with ternary operator. Fixes terraform errors during destroy when only empty strings were passed to coalesce().

* Update changelog.

* Fix formatting.
This commit is contained in:
Petri Kero
2019-08-06 19:05:54 +03:00
committed by Max Williams
parent ebac6c92bf
commit c9986f5e01
2 changed files with 5 additions and 21 deletions

View File

@@ -18,6 +18,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Fixed errors sometimes happening during destroy due to usage of coalesce() in local.tf (by @petrikero)
- Write your awesome change here (by @you)
# History