documentdb-cluster
drpebcak/documentdb-cluster/aws
Install
README
Terraform AWS DocumentDB Cluster This terraform module creates a documentDB cluster. Inputs | 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 |
Inputs (17)
| Name | Type | Description | Default |
|---|---|---|---|
| master_username | string | required | |
| name | string | required | |
| cluster_security_group | list(string) | required | |
| master_password | string | required | |
| family | string | Version of docdb family being created | "docdb3.6" |
| cluster_instance_class | string | "db.r5.large" | |
| cluster_instance_count | number | 1 | |
| backup_retention_period | number | 7 | |
| storage_encrypted | bool | true | |
| parameters | list(map(any)) | additional parameters modified in parameter group | [] |
| engine | string | The name of the database engine to be used for this DB cluster. Only `docdb` is | "docdb" |
| ca_cert_identifier | string | Optional, identifier of the CA certificate to use for DB instance | "rds-ca-2019" |
| engine_version | string | The database engine version. Updating this argument results in an outage. | "3.6.0" |
| preferred_backup_window | string | "07:00-09:00" | |
| skip_final_snapshot | bool | false | |
| group_subnets | list(string) | [] | |
| apply_immediately | bool | Specifies whether any cluster modifications are applied immediately, or during t | false |
Outputs (7)
hosted_zone_ididreader_endpointarncluster_memberscluster_resource_idendpoint