fix: Add create_tfvars script and update pipeline configuration
This commit is contained in:
parent
2ab7872af1
commit
e0891f6c09
3 changed files with 54 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue