Apply: generate new role for reading from s3 bucket and attach it to the lambda

This commit is contained in:
Daniel Roth 2026-02-09 14:20:22 +00:00
parent f3e77beefd
commit dfff8adc3d

View file

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