- Notifications
You must be signed in to change notification settings - Fork472
feat: Output the Service Attachment links for Replicas#758
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View thisfailed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
@yasra002 thanks for the PR. can u plz fix lint issues. Follow this guid |
yasra002 commentedAug 14, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@imrannayer Thanks for the reply. I have now fixed the linting issue. |
/gcbrun |
e5446b7 intoterraform-google-modules:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Add service attachment outputs for Postgres replicas
fixes :#762
Google's Terraform module for Postgres does not currently expose service attachment outputs for replicas,.This PR adds outputs for the service attachments of Postgres replicas in the Google Cloud SQL Terraform module.
The module already exposes the service attachment for the primary instance, but not for any replicas. This fills that gap so we can reference replica attachments just like the primary.