apply new s3 policy

This commit is contained in:
Jun-te Kim 2026-02-10 19:17:02 +00:00
parent a8d89dc286
commit 663f3755e7

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