-
Notifications
You must be signed in to change notification settings - Fork 1
Create more than one user and database when configured #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create more than one user and database when configured #22
Conversation
HartmannVolker
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After a detailed review I noticed that we need to add some more validation. If we use the local_file provider, terraform will keep the control over the generated file. This mean any manual change to the file will result in a diff in terraform.
These values can now be provided by the config-map manifest
|
@HartmannVolker I've added a config-map output and applied all the fixes we talked about. |
This PR changes the
stackit-postgres-dbmodule in the following ways: