Terraform: Dont wait for input

This commit is contained in:
Tobias Manske 2023-09-14 07:27:12 +02:00
parent f0bae5e031
commit 6769217f80
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 2 additions and 2 deletions

View File

@ -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