Skip to content

Commit

Permalink
fix: Added create_before_destroy to aws_customer_gateway (#1036)
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
  • Loading branch information
cageyv and antonbabenko committed Feb 9, 2024
1 parent 7666869 commit 5f5df57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,10 @@ resource "aws_customer_gateway" "this" {
var.tags,
var.customer_gateway_tags,
)

lifecycle {
create_before_destroy = true
}
}

################################################################################
Expand Down

0 comments on commit 5f5df57

Please sign in to comment.