terraform-aws-rds-cluster icon indicating copy to clipboard operation
terraform-aws-rds-cluster copied to clipboard

Terraform module to provision an RDS Aurora cluster for MySQL or Postgres

Results 57 terraform-aws-rds-cluster issues
Sort by recently updated
recently updated
newest added

## what * For a multi a-z rds cluster skip creating `aws_rds_cluster_instance` resource when engine type is `NOT` `aurora`, `aurora-mysql`, `aurora-postgresql` * AWS provider has a bug that is causing...

## what Adding to output identifiers of DB instances ## why We are trying to setup https://github.com/cloudposse/terraform-aws-rds-cloudwatch-sns-alarms module for our rds cluster that is created through this one module. terraform-aws-rds-cloudwatch-sns-alarms...

If the user enables storage or performance insights encryption without specifying a KMS key, use the AWS-managed aws/rds one. There's one thing I'm checking. Does the `aws/rds` key always exist...

## what * tfsec ignores ## why * ## references *

no-release

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Bug When trying to create a Multi A-Z postgres cluster, it runs into the following error:...

bug

Hello! I have some cluster_parameters modifications defined and if I use the "immediate" apply_method the first time it creates de database correctly, but then, aws changes the paramter to pending_reboot...

**db_port = 5454** I have defined db_port value as 5454 in .hcl file but after applying, RDS Instances(reader and writer) are created with port 5432. I am using below RDS...

bug

## Describe the Bug It seems like AWS does not support (or maybe is bugged) "preferred_maintenance_window " and "preferred_backup_window" Existing AWS issue: https://github.com/aws-cloudformation/aws-cloudformation-coverage-roadmap/issues/396 This was also reported internally in AWS...

bug

## what ``` resource "aws_rds_cluster" "example" { # ... other configuration ... master_password = "${data.aws_kms_secrets.example.plaintext["master_password"]}" master_username = "${data.aws_kms_secrets.example.plaintext["master_username"]}" } ``` ## why * More secure. No passwords in terraform statefile....

enhancement
help wanted

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Bug If the cluster is created and destroyed and then created again and attempted a destroy...

bug