mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Apply: generate new role for reading from s3 bucket and attach it to the lambda
This commit is contained in:
parent
f3e77beefd
commit
dfff8adc3d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_terraform.yml
vendored
2
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue