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 8499517 commit 97c417aCopy full SHA for 97c417a
main.tf
@@ -399,6 +399,10 @@ resource "aws_rds_cluster_parameter_group" "this" {
399
}
400
401
402
+ lifecycle {
403
+ create_before_destroy = true
404
+ }
405
+
406
tags = var.tags
407
408
@@ -424,5 +428,9 @@ resource "aws_db_parameter_group" "this" {
424
428
425
429
426
430
431
432
433
434
427
435
436
0 commit comments