infctl-cli/gcloud/tf/scripts/build-gcloud-k3s-pipeline.json

29 lines
635 B
JSON
Raw Permalink Normal View History

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