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 04c3f0e commit 224ef28Copy full SHA for 224ef28
1 file changed
.github/workflows/red-gcp-pre-pull-deployment-checks.yml
@@ -279,13 +279,15 @@ jobs:
279
fi
280
281
# Create a new tfvars file with the specified details
282
+ echo "Infinia Instance : $INFINIA_INSTANCES"
283
+ echo "Infinia Instance : ${INFINIA_INSTANCES}"
284
cat > marketplace_deployment.tfvars << 'EOF'
285
goog_cm_deployment_name = "precheck-${TIMESTAMP}"
286
zone = "us-central1-f"
287
project_id = "red-101"
288
machine_type = "n2-standard-16"
289
desired_capacity = ${{ env.DESIRED_CAPACITY }}
- num_infinia_instances = $INFINIA_INSTANCES
290
+ num_infinia_instances = ${INFINIA_INSTANCES}
291
num_clients = ${{ env.NUM_CLIENTS }}
292
#local_disks = 4
293
pd_disk_size = 64
0 commit comments