terraform-aws-redshift
terraform-aws-redshift copied to clipboard
Terraform module to create AWS Redshift resources πΊπ¦
## Description In the steps below, the cluster with the difference will be recreated. 1 - specify snapshot_identifier, terraform apply 2 - same condition, terraform plan ``` $ terraform plan...
## Description The `snapshot_copy` functionality does not work as per [examples/complete/main.tf](https://github.com/terraform-aws-modules/terraform-aws-redshift/blob/v4.0.2/examples/complete/main.tf) This does NOT work: ```terraform snapshot_copy = { useast1 = { destination_region = "us-east-1" grant_name = aws_redshift_snapshot_copy_grant.useast1.snapshot_copy_grant_name } }...
## Description The issue is mentioned in #71 Basically, when specifying the **master_password**, AWS has constraints that - Must be between 8 and 64 characters in length. - Must contain...
## Description When creating a new **Redshift cluster**, I am facing the following error when using the attribute `create_random_password = true` ``` β Error: invalid value for master_password (cannot contain...