nbering / terraform-inventory

An Ansible dynamic inventory script to pair with nbering/terraform-provider-ansible.
MIT License
175 stars 51 forks source link

Document ad-hoc test framework #17

Open nbering opened 5 years ago

nbering commented 5 years ago

I've got a little test framework going that just has sample terraform configurations, with state files checked-in. Along with them, there as a JSON file that represents the expected output from terraform.py for that case.

There should be a CONTRIBUTING.md file to explain how to use all that.