We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/terraform-google-modules/terraform-google-sql-db/blob/v21.0.0/modules/postgresql/variables.tf#L335C5-L335C13
Password is intended to be optional with the conditional (already setup) validating that password is required IFF random_password == false
IMO random_password should default to true, but that's more of an opinion.
true
No response
type = list(object({ name = string password = optional(string, "") random_password = optional(bool, true) }))
### Additional information _No response_
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Sorry, something went wrong.
No branches or pull requests
TL;DR
https://github.com/terraform-google-modules/terraform-google-sql-db/blob/v21.0.0/modules/postgresql/variables.tf#L335C5-L335C13
Password is intended to be optional with the conditional (already setup) validating that password is required IFF random_password == false
IMO random_password should default to
true
, but that's more of an opinion.Terraform Resources
No response
Detailed design
The text was updated successfully, but these errors were encountered: