ansible-terraform
An Ansible role for installing Terraform.
Role Variables
terraform_version
- Terraform version
Testing
Tests are done using molecule. To run the test suite, install molecule and its dependencies and run molecule test
from the folder containing molecule.yml. To add additional tests, add a testinfra python script in the tests directory, or add a function to test_terraform.py. Information about available Testinfra modules is available here.
Example
# Download molecule, dependencies
$ pip install molecule
# Change to the top-level project directory, which contains molecule.yml
$ cd /path/to/ansible-terraform
# Ensure that molecule.yml is present
$ ls
CHANGELOG.md molecule.yml
LICENSE playbook.retry
README.md playbook.yml
ansible.cfg tasks
defaults templates
handlers tests
meta
# We're in the right directory, so let's run tests!
$ molecule test