2025-09-06 19:03:55 +01:00
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"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
|
|
|
|
|
},
|
2025-10-03 15:46:30 +01:00
|
|
|
{
|
|
|
|
|
"name": "create tfvars",
|
|
|
|
|
"function": "RunCommand",
|
|
|
|
|
"params": [
|
|
|
|
|
"./gcloud/tf/scripts/create_tfvars.sh"
|
|
|
|
|
],
|
|
|
|
|
"retryCount": 0,
|
|
|
|
|
"shouldAbort": true
|
|
|
|
|
},
|
2025-09-06 19:03:55 +01:00
|
|
|
{
|
|
|
|
|
"name": "run tofu",
|
|
|
|
|
"function": "RunCommand",
|
|
|
|
|
"params": [
|
|
|
|
|
"./gcloud/tf/scripts/run_tofu.sh"
|
|
|
|
|
],
|
|
|
|
|
"retryCount": 0,
|
|
|
|
|
"shouldAbort": true
|
2025-10-14 15:58:09 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "copy .env to k3s-vm-1",
|
|
|
|
|
"function": "RunCommand",
|
|
|
|
|
"params": [
|
|
|
|
|
"gcloud/tf/scripts/copy_env_to_first_node.sh"
|
|
|
|
|
],
|
|
|
|
|
"retryCount": 0,
|
|
|
|
|
"shouldAbort": true
|
2025-09-06 19:03:55 +01:00
|
|
|
}
|
|
|
|
|
]
|