Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 15:32
· 29 commits to main since this release
baab038
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 to false, the Terraform coalesce function gets two parameters that are either null or an empty string, and throws an error. Wrapping the coalesce function in a try 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