#!/bin/bash set -e echo "=== Destroying Infrastructure ===" cd terraform terraform destroy -auto-approve rm -rf .terraform/ echo "Destroyed."