Skip to content

Commit be2b679

Browse files
authored
Fixed placement of deletion_protection note (#15593)
1 parent 10e9eab commit be2b679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/third_party/terraform/website/docs/r/sql_database_instance.html.markdown

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

331-
* `final_backup_description` - (Optional) The description of final backup. Only set this field when `final_backup_config.enabled` is true.
332-
333331
~> **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`.
334332

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

0 commit comments

Comments
 (0)