6 lines
263 B
YAML
6 lines
263 B
YAML
|
---
|
||
|
# vars file for terraform in SunOS system
|
||
|
terraform_pkg_url: "https://releases.hashicorp.com/terraform/{{ terraform_version_to_install }}/terraform_{{ terraform_version_to_install }}_{{ os_type }}_amd64.zip"
|
||
|
terraform_default_path: /usr/sbin
|
||
|
os_type: solaris
|