Skip to content

Commit

Permalink
Update gcp_create_deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlippold authored Oct 9, 2024
1 parent 0c40fe8 commit 68919ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gcp_create_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: hashicorp/setup-terraform@v1

- name: Terraform Init
run: terraform init -backend-config="bucket=${{ vars.TERRAFORM_BUCKET }}" -backend-config="region=${{ vars.GCP_REGION }}" -backend-config="key=state/gcp_application_${{ github.event.inputs.environment }}"
run: terraform init -backend-config="bucket=${{ vars.TERRAFORM_BUCKET }}" -backend-config="key=state/gcp_application_${{ github.event.inputs.environment }}"

- name: Terraform Plan
id: plan
Expand Down

0 comments on commit 68919ab

Please sign in to comment.