Terraform: Dont wait for input
This commit is contained in:
parent
f0bae5e031
commit
6769217f80
@ -51,8 +51,8 @@ steps:
|
||||
pull: always
|
||||
commands:
|
||||
- cd tf-stage-1
|
||||
- summon terraform init
|
||||
- summon terraform plan # do not run right now. this is still in debug :christ:
|
||||
- summon terraform init -input=false
|
||||
- summon terraform plan -input=false # do not run right now. this is still in debug :christ:
|
||||
- name: Run Ansible
|
||||
image: registry.tobiasmanske.de/ansible-runner:latest
|
||||
pull: always
|
||||
|
Loading…
Reference in New Issue
Block a user