Skip to content

v2.1.1

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 08 Jul 04:50
7acb02d

🚀 Enhancements

Add output variable for `master_user_secret` @thedomeffm (#260) ## what

Add master_user_secret (renamed followed the cloudposse naming replacing master with admin) as output.

why

I want to add the secret to my beanstalk environment, but I can not reference the secret in terraform, because the master_user_secret is not available.

references

Add output block that contains the the secret ARN (see master_user_secret reference in the terraform docs).

... but it was not added 😢


I am not sure how to configure the output correctly, beacuse the value just exists when the manage_admin_user_password is true. Does the current implementation probably result in problems? My terraform knowledge is limited. 😅

🤖 Automatic Updates

Fix go version in tests @osterman (#265) ## what - Update go `1.24`

why

  • Error loading shared library libresolv.so.2 in Go 1.20

References

Replace Makefile with atmos.yaml @osterman (#264) ## what - Remove `Makefile` - Add `atmos.yaml`

why

  • Replace build-harness with atmos for readme genration

References

  • DEV-3229 Migrate from build-harness to atmos