-
Notifications
You must be signed in to change notification settings - Fork 913
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
Added PSC support to CloudSQL Module #1874
Added PSC support to CloudSQL Module #1874
Conversation
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.
Thank you for this. I see some space for improvement in the interface for this module. Are you willing to take this? I can help with the design .
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.
The PR that introduced PSC also added two additional (undocumented) fields:
- dns_name not sure what this is but sounds relevant to PSC
- psc_service_attachment_link we should add this as an output
a09840d
to
7794b6f
Compare
Thanks, outputs added to the module. dns_name is correlated with PSC. |
d7302da
to
37eda6a
Compare
a518754
to
bf0a5f2
Compare
e13d892
to
3a91495
Compare
3a91495
to
3247e44
Compare
In this PR a variable to enable PSC on CloudSQL Instance was introduced. The design of the variables that manage the network has been improved, by introducing network_config variable.
Checklist
I applicable, I acknowledge that I have:
terraform fmt
on all modified filestools/tfdoc.py