Skip to content

Commit 0ee47a8

Browse files
doc: list connector_enforcement options. (#12456) (#20616)
[upstream:849f8f2e3c558be3533ba04f526fc9640b9a90f3] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 6b6a987 commit 0ee47a8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.changelog/12456.txt

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

website/docs/r/sql_database_instance.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ The `settings` block supports:
316316

317317
* `collation` - (Optional) The name of server instance collation.
318318

319-
* `connector_enforcement` - (Optional) Enables the enforcement of Cloud SQL Auth Proxy or Cloud SQL connectors for all the connections. If enabled, all the direct connections are rejected.
319+
* `connector_enforcement` - (Optional) Control the enforcement of Cloud SQL Auth Proxy or Cloud SQL connectors for all the connections, can be `REQUIRED` or `NOT_REQUIRED`. If enabled, all the direct connections are rejected.
320320

321321
* `deletion_protection_enabled` - (Optional) Enables deletion protection of an instance at the GCP level. Enabling this protection will guard against accidental deletion across all surfaces (API, gcloud, Cloud Console and Terraform) by enabling the [GCP Cloud SQL instance deletion protection](https://cloud.google.com/sql/docs/postgres/deletion-protection). Terraform provider support was introduced in version 4.48.0. Defaults to `false`.
322322

@@ -687,4 +687,4 @@ $ terraform import google_sql_database_instance.default {{name}}
687687
~> **NOTE:** Some fields (such as `replica_configuration`) won't show a diff if they are unset in
688688
config and set on the server.
689689
When importing, double-check that your config has all the fields set that you expect- just seeing
690-
no diff isn't sufficient to know that your config could reproduce the imported resource.
690+
no diff isn't sufficient to know that your config could reproduce the imported resource.

0 commit comments

Comments
 (0)