nbering / terraform-inventory

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

Variable source priority #14

Closed nbering closed 5 years ago

nbering commented 5 years ago

Working on allowing Terraform resources to more intelligently overlap to provide variables for the same Ansible Inventory host or group.

Without this, if someone defined a resource with the same hostname and variable key, it would be last-in-wins as it processes the state file.

Closes #11