Dev — after the ALB migration¶
Compare against today's state.
Nothing changes here¶
Every resource created by this migration's Terraform is conditional on
which environment it's applying to, gated by var.name == "prod" or
var.name == "stag". Neither condition is ever true for the dev
environment, so none of it, certificates, target groups, WAF rules,
listener rules, or alarms, ever gets created there.
alb-apse2-dev-server and the per-branch preview system described on
the dev page are unrelated infrastructure, built for a
different purpose, and this migration doesn't touch them.