terraform-aws-rds-aurora
terraform-aws-rds-aurora copied to clipboard
Terraform module to create AWS RDS Aurora resources πΊπ¦
same as #444 ## Description Can't use the global flag to enable the performance insights - [x] β I have searched the open/closed issues and my issue is not listed....
## Description For `enable_http_endpoint`, the docs say: ``` Enable HTTP endpoint (data API). Only valid when engine_mode is set to serverless ``` I was able to enable this when creating...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - No π: please wait to...
## Description I am trying to run terraform plan without configuration changes I get notified that RDS resources will be recreated. - [x] β I have searched the open/closed issues...
## Description I want to upgrade Aurora PostgraSQL version from 12.9 to 14.6. I updated the terraform script and apply the change, but the terraform hang in "still modifying" status...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - No π: please wait to...
How do we solve the problem of `kms_key_id` field? When creating the rds for the first time `kms_key_id = arn`. Then running terraform again, `kms_key_id = is not the id`...
Description: I am encountering an error related to the master_username configuration in Terraform module for setting up an RDS instance. The error occurs during the terraform apply phase. Below is...
## Description We intend to create an Aurora RDS cluster & import the backup (Percona XtraBackup) from an existing cluster (in EC2) using Terraform for automation. We receive the following...