![Albin Vass](/assets/img/avatar_default.png)
Adds terraform roles to install and execute terraform. Supports adding an override.tf file to override configuration in CI which is useful to let zuul handle module reposity authentication instead of setting up credentials on the remote during the job. Also returns the execution plan back as a comment for 'terraform plan' to make it easy for reviewers. Change-Id: I3b4f2bac7f055a0c0f9cb7888b4146ac9c007d25
6 lines
195 B
YAML
6 lines
195 B
YAML
terraform_executable: "{{ ansible_user_dir }}/.local/bin/terraform"
|
|
terraform_extra_args: ""
|
|
terraform_create_workspace: false
|
|
terraform_comment: true
|
|
zuul_work_dir: "{{ zuul.project.src_dir }}"
|