Commit 5f5df571 authored by Vladimir Samoylov's avatar Vladimir Samoylov Committed by GitHub

fix: Added create_before_destroy to aws_customer_gateway (#1036)

Co-authored-by: default avatarAnton Babenko <anton@antonbabenko.com>
parent 7666869d
......@@ -1123,6 +1123,10 @@ resource "aws_customer_gateway" "this" {
var.tags,
var.customer_gateway_tags,
)
lifecycle {
create_before_destroy = true
}
}
################################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment