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.
create_before_destroy
1 parent 7a7e327 commit 6468f81Copy full SHA for 6468f81
1 file changed
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