6 lines
322 B
YAML
6 lines
322 B
YAML
|
---
|
||
|
# 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
|