This terraform module creates a documentDB cluster.
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| apply_immediately | Specifies whether any cluster modifications are applied immediately, or during the next maintenance window. | bool | "false" |
no |
| backup_retention_period | number | "7" |
no | |
| ca_cert_identifier | Optional, identifier of the CA certificate to use for DB instance | string | "rds-ca-2019" |
no |
| cluster_instance_class | string | "db.r5.large" |
no | |
| cluster_instance_count | number | "1" |
no | |
| cluster_security_group | list(string) | n/a | yes | |
| group_subnets | list(string) | [] |
no | |
| master_password | string | n/a | yes | |
| master_username | string | n/a | yes | |
| name | string | n/a | yes | |
| parameters | additional parameters modified in parameter group | list(map(any)) | [] |
no |
| preferred_backup_window | string | "07:00-09:00" |
no | |
| skip_final_snapshot | bool | "false" |
no | |
| storage_encrypted | bool | "true" |
no |
| Name | Description |
|---|---|
| arn | |
| cluster_members | |
| cluster_resource_id | |
| endpoint | |
| hosted_zone_id | |
| id | |
| reader_endpoint |