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 0976264 commit 7c00e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Terraform init
id: init
# run: terraform init
run: terraform init -backend-config="region=eu-west-2" -backend-config="bucket=nowplaying-staging-terraform-state"
run: terraform init -backend-config="region=eu-west-2" -backend-config="bucket=nowplaying-staging-terraform-state -backend-config="key=vpc/staging.tfstate""
working-directory: ${{ env.TERRAFORM_ROOT }}
- name: terraform workspace select
run: terraform workspace select staging -or-create
Expand Down

0 comments on commit 7c00e74

Please sign in to comment.