How To Store Terraform State in Terraform Cloud (Free Tier).
By default, Terraform writes its state (terraform.tfstate) locally. That’s fine for quick experiments, but it has two problems: * Local state can be lost or corrupted. * Multiple people (or multiple shells) can’t safely run Terraform at the same time. HashiCorp offers a free service — Terraform Cloud — which solves