v1.5.0
Fix logic when `enabled = false`. Update tests. Update module versions and GitHub workflows @aknysh (#53)
what
- Fix logic when
enabled = false
- Update tests
- Update module versions and GitHub workflows
why
- When
enabled
is set tofalse
, the Terraformcoalesce
function gets two parameters that are eithernull
or an empty string, and throws an error. Wrapping thecoalesce
function in atry
function solved the issues when the module is disabled - Update
terratests
to the latest patterns. Add a test for a disabled module - Keep up to date
Sync github @max-lobur (#54)
Rebuild github dir from the template