We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acbb92 commit 3f2c4ddCopy full SHA for 3f2c4dd
.github/workflows/nfr.yml
@@ -116,7 +116,7 @@ jobs:
116
run: |
117
tofu apply --auto-approve \
118
-var="gke_cluster_name=nfr-tests-${{ github.run_id }}-${{ matrix.type }}" \
119
- -var="vm_service_account=${{ secrets.GCP_SERVICE_ACCOUNT }}"
+ -var="vm_service_account=${{ secrets.GCP_SERVICE_ACCOUNT }}" \
120
-var="gke_nodes_service_account=${{ secrets.GKE_NODES_SERVICE_ACCOUNT }}" \
121
-var="gke_num_nodes=12" \
122
-var="gke_machine_type=n2d-standard-16" \
0 commit comments