Skip to content

Commit 1c76782

Browse files
authored
Feat: Add create_before_destroy lifecycle to integration resources (#55)
1 parent 333ca34 commit 1c76782

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.tf

+4
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ resource "aws_apigatewayv2_integration" "this" {
161161
server_name_to_verify = tls_config.value["server_name_to_verify"]
162162
}
163163
}
164+
165+
lifecycle {
166+
create_before_destroy = true
167+
}
164168
}
165169

166170
# VPC Link (Private API)

0 commit comments

Comments
 (0)