Teardown
Progress checklist
1. hub-peering2. workload-prod (both Regions)3. workload-dev (both Regions)4. hubs (Auckland, then Sydney)Destroy hubs only after spokes and peering are gone. Full teardown often takes 30–60+ minutes.
-
Peering:
Terminal window cd environment/sandbox/ap-southeast-2/hub-peeringterraform destroy -
Workloads:
Terminal window cd ../workload-prod && terraform destroycd ../../ap-southeast-6/workload-prod && terraform destroycd ../../ap-southeast-2/workload-dev && terraform destroycd ../../ap-southeast-6/workload-dev && terraform destroy -
Hubs:
Terminal window cd ../hub && terraform destroycd ../../ap-southeast-2/hub && terraform destroy