Files
tf-aws-lambda-imageprocessing/scripts/destroy.sh
2026-02-22 05:37:03 +00:00

9 lines
143 B
Bash
Executable File

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