zuul-jobs/roles/terraform/defaults/main.yaml
Albin Vass 7ef4d9f3f5 Allow deleting workspace after running terraform destroy
Also fixes a bug where the workspace was created from the wrong directory.

Change-Id: I28b54b9aa57a3f449254574956701ee663618e8b
2020-07-01 13:25:39 +02:00

7 lines
228 B
YAML

terraform_executable: "{{ ansible_user_dir }}/.local/bin/terraform"
terraform_extra_args: ""
terraform_create_workspace: false
terraform_purge_workspace: false
terraform_comment: true
zuul_work_dir: "{{ zuul.project.src_dir }}"