Skip to content

Commit

Permalink
Correct triple-negative documentation. (#12436)
Browse files Browse the repository at this point in the history
  • Loading branch information
StandardMikeBenza authored Nov 27, 2024
1 parent 2f5a307 commit 3efe5e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mmv1/products/oracledatabase/CloudVmCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ virtual_fields:
- name: 'deletion_protection'
type: Boolean
default_value: true
description: 'Whether or not to allow Terraform to destroy the instance.
Unless this field is set to false in Terraform state, a terraform destroy
or terraform apply that would delete the instance will fail.'
description: 'Whether Terraform will be prevented from destroying the cluster.
Deleting this cluster via terraform destroy or terraform apply will only
succeed if this field is false in the Terraform state.'
parameters:
- name: 'location'
type: String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,10 @@ locations. In contrast, in a regional cluster, cluster master nodes are present
in multiple zones in the region. For that reason, regional clusters should be
preferred.

* `deletion_protection` - (Optional) Whether or not to allow Terraform to destroy
the cluster. Unless this field is set to false in Terraform state, a
`terraform destroy` or `terraform apply` that would delete the cluster will fail.
* `deletion_protection` - (Optional) Whether Terraform will be prevented from
destroying the cluster. Deleting this cluster via `terraform destroy` or
`terraform apply` will only succeed if this field is `false` in the Terraform
state.

* `addons_config` - (Optional) The configuration for addons supported by GKE.
Structure is [documented below](#nested_addons_config).
Expand Down

0 comments on commit 3efe5e8

Please sign in to comment.