You've already forked ansible-role-common
Use state file
This commit is contained in:
@@ -74,7 +74,7 @@ local gen_pipeline(distro) =
|
|||||||
commands: ['cd terraform',
|
commands: ['cd terraform',
|
||||||
'terraform init',
|
'terraform init',
|
||||||
'terraform plan -out ./data/',
|
'terraform plan -out ./data/',
|
||||||
'terraform apply -auto-approve',
|
'terraform apply ./data/ -auto-approve',
|
||||||
],
|
],
|
||||||
environment: {
|
environment: {
|
||||||
TF_VAR_root_pass: {from_secret: 'root_pass'},
|
TF_VAR_root_pass: {from_secret: 'root_pass'},
|
||||||
|
|||||||
Reference in New Issue
Block a user