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 7a7e327 commit aab9363Copy full SHA for aab9363
main.tf
@@ -201,6 +201,11 @@ resource "aws_rds_cluster_instance" "this" {
201
update = try(var.instance_timeouts.update, null)
202
delete = try(var.instance_timeouts.delete, null)
203
}
204
+
205
+ lifecycle {
206
+ create_before_destroy = true
207
+ }
208
209
210
211
################################################################################
0 commit comments