mantl / terraform.py

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

Adding Azurerm support #58

Closed broomyocymru closed 7 years ago

broomyocymru commented 7 years ago

Azurerm support requires passing details via tags as the networking values required are held on a different resource. Not as clean as I'd like but hopefully useful to others.

rossedman commented 7 years ago

👍 @broomyocymru please add some tests if you get a chance

rossedman commented 7 years ago

@broomyocymru Did you rebase or something? Seems like a lot of other commits got pulled in. Also build is failing on the yaml addition.

broomyocymru commented 7 years ago

Not intentionally, I pushed the changes into my companies fork of this repo.

broomyocymru commented 7 years ago

Created a new PR for the original changes under #59 . I'll close this as I'm not sure whats been dragged in from our downstream repo.