Editorial question117.1K views846 votes0 answers4,816 following
AI-generatedTerraform ELB Target Group Migration with create_before_destroy: Controlling Traffic Shift Order
Terraform ELB Target Group Migration with create_before_destroy The goal is to migrate a small application behind an AWS Elastic Load Balancer (ELB) target group without downtime by using Terraform's lifecycle { create_before_destroy = true } to provision a replacement target group before destroying the original. However, Terraform does not control the order