Terraform: Actually apply config
continuous-integration/drone/push Build is passing Details

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

View File

@ -52,7 +52,7 @@ steps:
commands:
- cd tf-stage-1
- summon terraform init -input=false
- summon terraform plan -input=false # do not run right now. this is still in debug :christ:
- summon terraform apply -auto-approve -input=false
- name: Run Ansible
image: registry.tobiasmanske.de/ansible-runner:latest
pull: always