terraform-aws-rds
terraform-aws-rds copied to clipboard
Terraform module to create AWS RDS resources πΊπ¦
Hi Team, I need to bring up a read-replica instance for my MSSQL EE cluster ( multi AZ on), but i can't use replicate_source_db attribute to setup new read replica,...
From this terraform module not allowed to give DB name with hyphen (-), but its allowed with to create database with hyphen from AWS console. Error: Error creating DB Instance:...
## Description Default value of parameter create_random_password is true, I have provided my password and yet it was ignored and I found random password in state file. I agree that...
## 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 * Update examples subnets as they previously failed on mismatch output. * Update pre hook * Update password sensitivity ## Motivation and Context Examples should work #411 ##...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform]: Yes (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...
## Description For our AWS postgresql DB replication we use this module. The replica is getting created, However we noticed that the DB replica once created would getting destroyed on...
## Description Once we try to upgrade AWS RDS Terraform module version from 3.5 to any 4+ version (5.3.0 included) we see in the following in terraform plan: ``` #...
``` module "rds-pg" { source = "terraform-aws-modules/rds/aws" version = "6.4.0" identifier = "pg" availability_zone = "ap-south-1a" allocated_storage = 20 max_allocated_storage = 100 db_name = "name" manage_master_user_password = true manage_master_user_password_rotation =...
## Is your request related to a problem? Please describe. We are upgrading some MSSQL instances currently in version 5. When moving to 6.0.0 **we are not sure about how...