apply terraform

This commit is contained in:
Daniel Roth 2026-02-05 09:34:16 +00:00
parent c7b9b0c676
commit e0ae1be6b3

View file

@ -61,7 +61,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