We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cf003 commit 47e8205Copy full SHA for 47e8205
terraform/data_replication/rds.tf
@@ -34,6 +34,9 @@ resource "aws_rds_cluster" "cluster" {
34
max_capacity = var.max_aurora_capacity_units
35
min_capacity = 0.5
36
}
37
+ lifecycle {
38
+ create_before_destroy = true
39
+ }
40
41
42
resource "aws_rds_cluster_instance" "instance" {
0 commit comments