Skip to content

Commit b835bc3

Browse files
committed
Updates documentation
1 parent 4d54bdd commit b835bc3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/docs/r/dsql_cluster.html.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ resource "aws_dsql_cluster" "example" {
2828

2929
This resource supports the following arguments:
3030

31-
* `deletion_protection_enabled` - (Required) Whether deletion protection is enabled in this cluster.
31+
* `deletion_protection_enabled` - (Optional) Whether deletion protection is enabled in this cluster.
32+
Default value is `false`.
33+
* `force_destroy` - (Optional) Destroys cluster even if `deletion_protection_enabled` is set to `true`.
34+
Default value is `false`.
3235
* `kms_encryption_key` - (Optional) The ARN of the AWS KMS key that encrypts data in the DSQL Cluster, or `"AWS_OWNED_KMS_KEY"`.
3336
* `multi_region_properties` - (Optional) Multi-region properties of the DSQL Cluster.
3437
* `witness_region` - (Required) Witness region for the multi-region clusters. Setting this makes this cluster a multi-region cluster. Changing it recreates the resource.

0 commit comments

Comments
 (0)