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.
1 parent 731a9b1 commit 9916cdeCopy full SHA for 9916cde
main.tf
@@ -271,6 +271,9 @@ resource "aws_lb_target_group" "application-https" {
271
enabled = "${var.cookie_duration > 0 ? true : false}"
272
}
273
tags = "${module.label.tags}"
274
+ lifecycle {
275
+ create_before_destroy = true
276
+ }
277
278
279
resource "aws_lb_target_group" "network" {
0 commit comments