Skip to content

Commit d2774dc

Browse files
Fixed placement of deletion_protection note (#15593) (#11002)
[upstream:be2b6790b4a867111fcb15de8cfe7abc8a23b8cc] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 7b880fd commit d2774dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/sql_database_instance.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,10 @@ includes an up-to-date reference of supported versions.
342342
or `terraform destroy` that would delete the instance will fail.
343343
When the field is set to false, deleting the instance is allowed.
344344

345-
* `final_backup_description` - (Optional) The description of final backup. Only set this field when `final_backup_config.enabled` is true.
346-
347345
~> **NOTE:** This flag only protects instances from deletion within Terraform. To protect your instances from accidental deletion across all surfaces (API, gcloud, Cloud Console and Terraform), use the API flag `settings.deletion_protection_enabled`.
348346

347+
* `final_backup_description` - (Optional) The description of final backup. Only set this field when `final_backup_config.enabled` is true.
348+
349349
* `restore_backup_context` - (optional) The context needed to restore the database to a backup run. This field will
350350
cause Terraform to trigger the database to restore from the backup run indicated. The configuration is detailed below.
351351
**NOTE:** Restoring from a backup is an imperative action and not recommended via Terraform. Adding or modifying this

0 commit comments

Comments
 (0)