Skip to content
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

feat: add support for ssl_mode to postgresql module #547

Merged

Conversation

mckha
Copy link
Contributor

@mckha mckha commented Dec 1, 2023

Closes #543

SSL mode is available for postgresql Cloud SQL instances. API Documentation confirms it is not available for MySQL or SQL Server.

Retaining only require_ssl overwrites any ssl mode setting on the instance. ssl_mode is added to allow configuration. If require_ssl and ssl_mode are both set ssl_mode takes precedence.

@imrannayer
Copy link
Collaborator

/gcbrun

@imrannayer imrannayer merged commit 9c59232 into terraform-google-modules:master Dec 4, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not able to set sslMode for PostgreSQL instances
2 participants