Skip to content

v1.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Feb 18:07
· 35 commits to main since this release
a49c8e6

🚀 Enhancements

fix: remove transit_encryption != null, auth_token rotation support @Steve-Louie-Bose (#195)

what

  • This conditional causes this module to not support dynamic auth_token rotation in a nice way. This conditional forces us into a destroy/create instead of an in place modify

why

  • Avoiding a destroy / create when the aws providers supports this behavior is worth it. It would allow one to use random_password and feed that into an auth_token and rotate it gracefully.

references