documentdb-cluster

drpebcak/documentdb-cluster/aws

Terraform Module HCL AWS ⏱ stale 4y 4mo

Install

module "documentdb-cluster" {
source = "drpebcak/documentdb-cluster/aws"
version = "0.3.1"
}
⭐ Source on GitHub 📦 Registry page

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)

NameTypeDescriptionDefault
master_usernamestring required
namestring required
cluster_security_grouplist(string) required
master_passwordstring required
familystringVersion of docdb family being created"docdb3.6"
cluster_instance_classstring"db.r5.large"
cluster_instance_countnumber1
backup_retention_periodnumber7
storage_encryptedbooltrue
parameterslist(map(any))additional parameters modified in parameter group[]
enginestringThe name of the database engine to be used for this DB cluster. Only `docdb` is "docdb"
ca_cert_identifierstringOptional, identifier of the CA certificate to use for DB instance"rds-ca-2019"
engine_versionstringThe database engine version. Updating this argument results in an outage."3.6.0"
preferred_backup_windowstring"07:00-09:00"
skip_final_snapshotboolfalse
group_subnetslist(string)[]
apply_immediatelyboolSpecifies whether any cluster modifications are applied immediately, or during tfalse

Outputs (7)

hosted_zone_id
id
reader_endpoint
arn
cluster_members
cluster_resource_id
endpoint

Resources (4)

aws_docdb_clusteraws_docdb_cluster_instanceaws_docdb_cluster_parameter_groupaws_docdb_subnet_group

Details

FrameworkTerraform Module
LanguageHCL
Version0.3.1
Cloud AWS
★ Stars2
Forks4
Total downloads24.4k
Inputs17
Outputs7
Resources4
Namespacedrpebcak
Updated