apply shared stack to generate new s3 bucket

This commit is contained in:
Daniel Roth 2026-02-09 12:19:17 +00:00
parent 56e78350fa
commit 2e424e227e

View file

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