Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 693 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 693 Bytes

terraform

Installs and configures Hashicorp's Terraform tool. We use this role to install Terraform for use in Jenkins builds. It won't download/install anything if you already have terraform installed unless your installed version is older than the specified terraform_version.

Role Variables

You can specify a version, default is 0.9.5 by overriding terraform_version.

Example Playbook

    - hosts: servers
      roles:
         - { role: ateoto.terraform }

To override the version to install:

    - hosts: servers
      roles:
         - { role: ateoto.terraform, terraform_version: 0.9.5 }

License

MIT