[ { "name": "run pre-flight checks", "function": "RunCommand", "params": [ "./gcloud/tf/scripts/pre-flight-checks.sh" ], "retryCount": 0, "shouldAbort": true }, { "name": "list gcloud infrastructure", "function": "RunCommand", "params": [ "./gcloud/tf/scripts/list_gloud_infra.sh" ], "retryCount": 0, "shouldAbort": true }, { "name": "run tofu", "function": "RunCommand", "params": [ "./gcloud/tf/scripts/run_tofu.sh" ], "retryCount": 0, "shouldAbort": true } ]