v1.4.1
cloudposse-releaser
released this
21 Jun 21:25
·
15 commits
to refs/heads/main
since this release
🚀 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.