Terraform deployment (AWS)
cd terraform/awscp example.tfvars terraform.tfvars# edit terraform.tfvars
terraform initterraform planterraform apply
$(terraform output -raw kubeconfig_command)
# Then bootstrap chart Secrets from Terraform outputs andhelm install spendguard ./charts/spendguard ...Provisions VPC + EKS + RDS Postgres + Secrets Manager + S3 bundle bucket + IRSA policy.
Cost estimates and POC limits in terraform/aws/README.md.