1
1
mirror of https://github.com/adammck/terraform-inventory synced 2024-09-23 14:11:31 +02:00

Update README.md

This commit is contained in:
Adam Mckaig 2017-07-11 23:26:28 -04:00 committed by GitHub
parent b089c9c175
commit ca187a186e

View File

@ -4,11 +4,23 @@
[![GitHub release](https://img.shields.io/github/release/adammck/terraform-inventory.svg?maxAge=2592000)](https://github.com/adammck/terraform-inventory/releases) [![GitHub release](https://img.shields.io/github/release/adammck/terraform-inventory.svg?maxAge=2592000)](https://github.com/adammck/terraform-inventory/releases)
[![GitHub release](https://img.shields.io/homebrew/v/terraform-inventory.svg?maxAge=2592000)](http://braumeister.org/formula/terraform-inventory) [![GitHub release](https://img.shields.io/homebrew/v/terraform-inventory.svg?maxAge=2592000)](http://braumeister.org/formula/terraform-inventory)
This is a little Go app which generates a dynamic [Ansible] [ansible] inventory This is a little Go app which generates a dynamic [Ansible][ans] inventory from
from a [Terraform] [tf] state file. It allows one to spawn a bunch of instances a [Terraform][tf] state file. It allows one to spawn a bunch of instances with
with Terraform, then (re-)provision them with Ansible. Currently, only **AWS**, Terraform, then (re-)provision them with Ansible.
**DigitalOcean**, **CloudStack**, **VMware**, **OpenStack**, **Google Compute
Engine**, and **SoftLayer** are supported. The following providers are supported:
* AWS
* DigitalOcean
* CloudStack
* VMware
* OpenStack
* Google Compute Engine
* SoftLayer
* Exoscale
It's very simple to add support for new providers. See pull requests with the
[provider][pv] label for examples.
# Help Wanted 🙋 # Help Wanted 🙋
@ -163,7 +175,8 @@ was generously sponsored by [Transloadit](https://transloadit.com).
MIT. MIT.
[ansible]: https://www.ansible.com [ans]: https://www.ansible.com
[tf]: https://www.terraform.io [tf]: https://www.terraform.io
[rel]: https://github.com/adammck/terraform-inventory/releases [rel]: https://github.com/adammck/terraform-inventory/releases
[rs]: https://www.terraform.io/docs/state/remote/index.html [rs]: https://www.terraform.io/docs/state/remote/index.html
[pv]: https://github.com/adammck/terraform-inventory/pulls?q=is%3Apr+label%3Aprovider