Skip to content

Commit 418ce50

Browse files
Added version information for deletion_protection_enabled (#7163) (#5151)
Signed-off-by: Modular Magician <[email protected]>
1 parent 0498ffe commit 418ce50

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/7163.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
sql_database: Improved the documentation of `deletion_protection_enabled` setting for `sql_database_instance`.
3+
```

website/docs/r/sql_database_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ The `settings` block supports:
241241

242242
* `connector_enforcement` - (Optional) Specifies if connections must use Cloud SQL connectors.
243243

244-
* `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). Defaults to `false`.
244+
* `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`.
245245

246246
* `disk_autoresize` - (Optional) Enables auto-resizing of the storage size. Defaults to `true`.
247247

0 commit comments

Comments
 (0)