mantl / terraform.py

Ansible dynamic inventory script for parsing Terraform state files
Apache License 2.0
451 stars 122 forks source link

add parsing for state files from ucs #43

Closed thijsschnitger closed 8 years ago

thijsschnitger commented 8 years ago

This change allows tfstate files generated by https://github.com/CiscoCloud/terraform-provider-ucs to be translated to Ansible inventory.

langston-barrett commented 8 years ago

@thijsschnitger I can't see the repo you linked to, is it private?

Also, we'll need unit tests for this.

thijsschnitger commented 8 years ago

The repo is indeed private for now, but you should have access to it by now. I'll add the unit test as soon as I can.

thijsschnitger commented 8 years ago

@siddharthist please let me know if this is sufficient.

langston-barrett commented 8 years ago

@thijsschnitger Your branch is now out of date with master :cry: @BrianHicks can you review?

langston-barrett commented 8 years ago

Ping @BrianHicks for review

BrianHicks commented 8 years ago

LGTM, thanks @thijsschnitger