Skip to content

Commit

Permalink
Fix tf project variable
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Nov 23, 2023
1 parent 08015f5 commit 829f170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-tf-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
cat > terraform.tfvars <<EOF
name = "${{ steps.create-prefix.outputs.prefix }}"
# project = "${{ secrets.GCP_E2E_PROJECT }}"
project = constellation-e2e
project = "constellation-e2e"
service_account_id = "${{ steps.create-prefix.outputs.prefix }}-sa"
image = "${{ steps.find-latest-image.outputs.image }}"
zone = "${{ inputs.regionZone || 'europe-west3-b' }}"
Expand Down

0 comments on commit 829f170

Please sign in to comment.