Skip to content

Commit

Permalink
Always create_before_destroy.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabaird committed Apr 7, 2023
1 parent 69d3772 commit 4888371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ resource "aws_elasticache_parameter_group" "default" {
ignore_changes = [
description,
]
create_before_destroy = var.parameter_group_create_before_destroy
create_before_destroy = true
}
}

Expand Down

0 comments on commit 4888371

Please sign in to comment.