nbering / terraform-inventory

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

Cleanup refactor #12

Closed nbering closed 5 years ago

nbering commented 5 years ago

The code that actually processed the terraform resources into Ansible inventory was starting to get kinda messy. This is a big cleanup refactor to move to a more object-oriented model of python.

This is in part preparation for some more complex features to come.