From dfff8adc3d9f34b4a6980395a8736be0eeff040a Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 9 Feb 2026 14:20:22 +0000 Subject: [PATCH] Apply: generate new role for reading from s3 bucket and attach it to the lambda --- .github/workflows/deploy_terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 4ac08e41..0e541c9f 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -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