Skip to content

Commit bfb614a

Browse files
Updating settings.deletion_protection_enabled property description (#7145) (#13581)
* Update resource_sql_database_instance.go.erb * Update sql_database_instance.html.markdown * Update resource_sql_database_instance.go.erb * Update mmv1/third_party/terraform/website/docs/r/sql_database_instance.html.markdown Co-authored-by: Stephen Lewis (Burrows) <[email protected]> Co-authored-by: Stephen Lewis (Burrows) <[email protected]> Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
1 parent d433400 commit bfb614a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/7145.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
Updated the `settings.deletion_protection_enabled` property documentation.
3+
```

website/docs/r/sql_database_instance.html.markdown

+1-1
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 protection of an instance from accidental deletion protection 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). Defaults to `false`.
245245

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

0 commit comments

Comments
 (0)