Skip to content

Commit a6b3038

Browse files
cloudsql: fixed typo in google_sql_database_instance (#12247) (#8631)
[upstream:1e79ce7e1fd460fd68397a6706e8f5ab91bb2123] Signed-off-by: Modular Magician <[email protected]>
1 parent 318e20b commit a6b3038

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/12247.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/sql_database_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ exported:
525525
* `connection_name` - The connection name of the instance to be used in
526526
connection strings. For example, when connecting with [Cloud SQL Proxy](https://cloud.google.com/sql/docs/mysql/connect-admin-proxy).
527527

528-
* `dsn_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.
528+
* `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.
529529

530530
* `service_account_email_address` - The service account email address assigned to the
531531
instance.

0 commit comments

Comments
 (0)