Skip to content

v1.4.1

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 21 Jun 21:25
· 5 commits to refs/heads/main since this release
23723dd

🚀 Enhancements

fix: Default transit_encryption_mode to null if var.transit_encryption_enabled is false @amontalban (#238)

what

Fixing this problem when var.transit_encryption_enabled is false the transit_encryption_mode value should be null.

why

I was blindsided with my use case of encrypting everything and I should have covered the default use case.

references