1
1
mirror of https://github.com/adammck/terraform-inventory synced 2024-11-22 20:01:58 +01:00

Update README

This commit is contained in:
Adam Mckaig 2015-12-14 22:47:35 -05:00
parent 50a158f87c
commit c12b4cc0e5

@ -1,11 +1,9 @@
# Terraformed Inventory
# Terraform Inventory
This is a little Go app which generates an dynamic [Ansible] [ansible] inventory
from a [Terraform] [tf] state file. It allows one to spawn a bunch of instances
with Terraform, then (re-)provision them with Ansible. It's pretty neat.
Currently, only **AWS**, **DigitalOcean**, **CloudStack**, **VMware**, and
**OpenStack** are supported.
with Terraform, then (re-)provision them with Ansible. Currently, only **AWS**,
**DigitalOcean**, **CloudStack**, **VMware**, and **OpenStack** are supported.
# Installation