>At my workplace, managing terraform state has caused outages. It is so very easy to refactor the terraform code and then find yourself deleting a network load balancer and recreating one.
This is why we read the `plan` output before approving an `apply`. Terraform is not causing this outage, humans are.
This is why we read the `plan` output before approving an `apply`. Terraform is not causing this outage, humans are.