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 8, 2024
1 parent be5c1a4 commit 2805852
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 @@ -46,4 +46,4 @@ jobs:
run: exit 1

- name: Terraform Apply
run: terraform apply -auto-approve -var instance="${{ github.event.inputs.environment }}" -var region="${{ vars./GCP_REGION }}"
run: terraform apply -auto-approve -var instance="${{ github.event.inputs.environment }}" -var region="${{ vars.GCP_REGION }}"

0 comments on commit 2805852

Please sign in to comment.