terraform-aws-documentdb-cluster
terraform-aws-documentdb-cluster copied to clipboard
Terraform module to provision a DocumentDB cluster on AWS
### Describe the Feature Please add support for copy_tags_to_snapshot argument in aws_docdb_cluster_instance resource so that tags are copied to snapshots created for documentdb clusters ### Expected Behavior There is no...
### Describe the Bug ``` │ Error: Invalid count argument │ │ on .terraform/modules/cms.db/main.tf line 54, in resource "random_password" "password": │ 54: count = module.this.enabled && var.master_password == "" ?...
## Describe the Feature It would be nice to be able to encrypt with KMS the clodwatch log_groups and manage the retention policy ## Expected Behavior Could manage retention policy...
## Describe the Bug The input variable `enabled_cloudwatch_logs_exports` description is incorrect compared to the the Terraform AWS provider version 3.47.0. [Resource: aws_docdb_cluster enabled_cloudwatch_logs_exports](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/docdb_cluster#enabled_cloudwatch_logs_exports) states: `enabled_cloudwatch_logs_exports` - (Optional) List of log...
Hi, with terraform `v0.15.0` it give the next error: ``` Error: Output refers to sensitive values │ │ on .terraform/modules/documentdb_cluster/outputs.tf line 1: │ 1: output "master_username" { │ │ Expressions...
## Describe the Feature I would like the option to disable the egress security rule deployed by the module ```hcl resource "aws_security_group_rule" "egress" { count = module.this.enabled ? 1 :...
## Describe the Feature Currently there is no way to have several security groups on the created cluster. I would like to be able to add extra security groups, not...
### Describe the Feature I tried going through the example tfvars and the tfvars dont seem to be mapped to any resource defined in the main.tf. So I tried the...
## what Allow the caller to send [cluster events](https://docs.aws.amazon.com/documentdb/latest/developerguide/managing-events.html) to an SNS topic. ## why The cluster generates events for critical management activities (e.g. instance failure, engine upgrade). This change...
## what add customizable final_snapshot_identifier ## why to be able to have multiple db apply/destroy lifecycles in the same account