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-06-04 23:17:39 -04:00
parent bde4ea23d1
commit e7f42fad95

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