Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Mar 23, 2024
1 parent 85d57a4 commit f956f34
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,9 @@ jobs:

- name: Terraform init
id: init
run: terraform init
# run: terraform init
run: terraform init -backend-config="region=eu-west-2" -backend-config="bucket=nowplaying-staging-terraform-state"
working-directory: ${{ env.TERRAFORM_ROOT }}
env:
TF_VAR_bucket: nowplaying-live-terraform-state
TF_VAR_key: vpc/staging.tfstate

- name: terraform workspace select
run: terraform workspace select staging -or-create
working-directory: ${{ env.TERRAFORM_ROOT }}
Expand Down

0 comments on commit f956f34

Please sign in to comment.