don't run apply yet must destroy first

This commit is contained in:
Jun-te Kim 2026-02-10 16:22:34 +00:00
parent 12185bffa6
commit a9b8f09d9a

View file

@ -74,7 +74,7 @@ jobs:
run: terraform plan -var-file=${STAGE}.tfvars -out=tfplan
- name: Terraform Apply
# if: env.STAGE == 'prod'
if: env.STAGE == 'prod'
working-directory: infrastructure/terraform/shared
run: terraform apply -auto-approve tfplan