Skip to content

v0.8.4

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 17 Feb 14:51
cd11751

🚀 Enhancements

Fix: Fix Module When `var.enabled=false` @korenyoni (#55)

what

  • Fix module when var.enabled=false.
  • Expand variable documentation (client_sasl_*_enabled and client_tls_auth_enabled conflicting).
  • Add Terratest for when module is disabled.
  • Misc: move BridgeCrew exceptions to top of resource.

why

  • Following #46 , this module does not work when var.enabled=false.
  • The former issue would have been caught if a test existed when var.enabled=false.

references

🐛 Bug Fixes

Fix: Fix Module When `var.enabled=false` @korenyoni (#55)

what

  • Fix module when var.enabled=false.
  • Expand variable documentation (client_sasl_*_enabled and client_tls_auth_enabled conflicting).
  • Add Terratest for when module is disabled.
  • Misc: move BridgeCrew exceptions to top of resource.

why

  • Following #46 , this module does not work when var.enabled=false.
  • The former issue would have been caught if a test existed when var.enabled=false.

references