(MODE-11365) Removed lifecycle statement from targetgroup.

This commit is contained in:
Sokratis Siozos-Drosos 2019-04-24 18:02:32 +02:00
parent b65a520ff3
commit 2bd23949c0

View file

@ -20,7 +20,4 @@ resource "aws_alb_target_group" "target_group_this" {
protocol = "HTTP" protocol = "HTTP"
matcher = "200" matcher = "200"
} }
lifecycle {
create_before_destroy = true
}
} }