v0.18.0
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
- closes #43
Sync github @max-lobur (#60)
Rebuild github dir from the template