Skip to content

v0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 18:57
· 51 commits to main since this release
8d03270
Add master_password output to return generated password. @petur (#45)

what

  • Add a master_password output for the generated password.

why

  • The generated password needs to be stored somewhere so that it's possible to use it to connect to the cluster.
  • This can for example be done by storing it in an aws_secretsmanager_secret_version as part of the terraform configuration that creates the cluster.
  • Exposing the password as a module output makes it available to other parts of the configuration so that the password can be passed to the resource that stores it.

references

Sync github @max-lobur (#60)

Rebuild github dir from the template