terraform-aws-rds-cluster
terraform-aws-rds-cluster copied to clipboard
reopen #192
what I implemented create_before_destroy on the aws_rds_cluster_instance default instances. Originally in #192 but that was closed for reasons we won't go into here.
why Making a change to any parameter that triggers a replace on a aws_rds_cluster_instance results in all instances being destroyed before attempting to create a new instance which causes an outage. This a faster (and safer) altenative to https://github.com/cloudposse/terraform-aws-rds-cluster/pull/191
references This closes https://github.com/cloudposse/terraform-aws-rds-cluster/issues/190 and is an alternative to https://github.com/cloudposse/terraform-aws-rds-cluster/pull/191