Use state file

This commit is contained in:
2022-03-17 15:41:23 +13:00
parent 5967cba0b1
commit f0045883c4

View File

@@ -74,7 +74,7 @@ local gen_pipeline(distro) =
commands: ['cd terraform',
'terraform init',
'terraform plan -out ./data/',
'terraform apply -auto-approve',
'terraform apply ./data/ -auto-approve',
],
environment: {
TF_VAR_root_pass: {from_secret: 'root_pass'},