(MODE-11365) Removed lifecycle statement from targetgroup.
This commit is contained in:
parent
b65a520ff3
commit
2bd23949c0
1 changed files with 0 additions and 3 deletions
|
|
@ -20,7 +20,4 @@ resource "aws_alb_target_group" "target_group_this" {
|
|||
protocol = "HTTP"
|
||||
matcher = "200"
|
||||
}
|
||||
lifecycle {
|
||||
create_before_destroy = true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue