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: support new output-only field dns_names for Cloud SQL instances #13542

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wuchris-g
Copy link

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

sql: added output-only field `dns_names` to `google_sql_database_instance` resource.

@github-actions github-actions bot requested a review from zli82016 April 3, 2025 22:05
Copy link

github-actions bot commented Apr 3, 2025

Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: see go/terraform-auto-test-runs to set up automatic test runs.

@zli82016, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look.

You can help make sure that review is quick by doing a self-review and by running impacted tests locally.

@modular-magician modular-magician added the awaiting-approval Pull requests that need reviewer's approval to run presubmit tests label Apr 3, 2025
@wuchris-g
Copy link
Author

terraform show displays the new field:

dns_name                       = "3661cef6ee3b.3byu56ye5ycsb.us-central1.sql.goog."
dns_names                      = [
        {
            connection_type = "PUBLIC"
            dns_scope       = "INSTANCE"
            name            = "3661cef6ee3b.3byu56ye5ycsb.us-central1.sql.goog."
        },
]
...

@modular-magician modular-magician added service/sqladmin-cp and removed awaiting-approval Pull requests that need reviewer's approval to run presubmit tests labels Apr 4, 2025
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 4 files changed, 46 insertions(+))
google-beta provider: Diff ( 4 files changed, 46 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 107
Passed tests: 85
Skipped tests: 21
Affected tests: 1

Click here to see the affected service packages
  • sql

Action taken

Found 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccSqlDatabaseInstance_useCasBasedServerCa

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccSqlDatabaseInstance_useCasBasedServerCa [Error message] [Debug log]

🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.

View the build log or the debug log for each test

Copy link
Member

@zli82016 zli82016 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, the test failed. Is this new field supported now?

@@ -1000,6 +1000,28 @@ is set to true. Defaults to ZONAL.`,
Computed: true,
Description: `The dns name of the instance.`,
},
"dns_names": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is already a field dns_name. What is the difference between these two fields, dns_name and dns_names?

Also, I don't see this field in the API documentation: https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1/instances

@@ -575,6 +575,8 @@ connection strings. For example, when connecting with [Cloud SQL Proxy](https://

* `dns_name` - The DNS name of the instance. See [Connect to an instance using Private Service Connect](https://cloud.google.com/sql/docs/mysql/configure-private-service-connect#view-summary-information-cloud-sql-instances-psc-enabled) for more details.

* `dns_names` - The list of DNS names used by this instance.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The nested fields of this field also need to be listed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants