zuul-jobs/roles/terraform/defaults/main.yaml
Denis Fortin 1a806f04e2 terraform: Add parameter for plan file
Add terraform_plan parameter to be defined when using apply
command. It allows to specify a plan file to apply.

Change-Id: I2858317e4dd560030a367b2cd2ac43db5585152a
2020-08-18 08:59:57 +00:00

8 lines
247 B
YAML

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