nbering / terraform-inventory

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

Better merge support for overlapping variable keys #11

Closed nbering closed 5 years ago

nbering commented 5 years ago

Add vars merging with better understanding of configuration semantics. ie. ansible_host_var should probably override ansible_host by default since an individual var is more specific.

Could also support a priority property on the resource to allow fine-grained control of how vars are merged together.