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 10, 2024
1 parent 15efa45 commit 11749f5
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 -input=false -var instance="${{ github.event.inputs.environment }}" -var region="${{ vars.GCP_REGION }}" -var project_id="${{ vars.GCP_PROJECT_ID }}"

0 comments on commit 11749f5

Please sign in to comment.