/ansible-terraform

⛔️ DEPRECATED Ansible role to install Terraform on Ubuntu and OS X

Primary LanguageShellMIT LicenseMIT

DEPRECATED markosamuli.terraform

Ansible Quality Score Ansible Role GitHub release License

This role is no longer maintained and doesn't support installing the latest versions of Terraform.

You could use tfenv to manage your Terraform versions instead.

See tfenv role in my linux-machine repository for an example.


Branch Status
master Build Status
develop Build Status

Ansible role to install Terraform on Ubuntu and macOS.

Used in the Ansible playbooks for setting up my workstations:

macOS

On macOS, Homebrew terraform formula is used.

Linux

On Linux, the terraform binary is installed into /opt/terraform/<version> and a symlink is created in /usr/local/bin.

Updating version

To update Linux version, run the update-release script:

./update-release

See Terraform Downloads page for latest version.

License

Author Information