apply new s3 policy

This commit is contained in:
Jun-te Kim 2026-02-10 19:26:58 +00:00
parent 663f3755e7
commit 9dc5e0b984

View file

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