1a806f04e2
Add terraform_plan parameter to be defined when using apply command. It allows to specify a plan file to apply. Change-Id: I2858317e4dd560030a367b2cd2ac43db5585152a
8 lines
247 B
YAML
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 }}"
|