fix: Add create_tfvars script and update pipeline configuration

This commit is contained in:
jon brookes 2025-10-03 15:46:30 +01:00
parent 2ab7872af1
commit e0891f6c09
3 changed files with 54 additions and 0 deletions

View file

@ -17,6 +17,15 @@
"retryCount": 0,
"shouldAbort": true
},
{
"name": "create tfvars",
"function": "RunCommand",
"params": [
"./gcloud/tf/scripts/create_tfvars.sh"
],
"retryCount": 0,
"shouldAbort": true
},
{
"name": "run tofu",
"function": "RunCommand",