ansible_lxd_tests/Playbooks/roles/install_terraform/vars/FreeBSD.yml

6 lines
322 B
YAML
Raw Normal View History

2022-08-05 01:34:36 -03:00
---
# vars file for terraform in FreeBSD system
terraform_pkg_url: "https://releases.hashicorp.com/terraform/{{ terraform_version_to_install }}/terraform_{{ terraform_version_to_install }}_{{ os_type }}_{{ base_arch[ansible_architecture] | default('amd64') }}.zip"
terraform_default_path: /usr/local/bin/
os_type: freebsd