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

Add CloudStack support to README

This commit is contained in:
Adam Mckaig 2015-06-23 15:19:06 -04:00
parent dad69a18ee
commit 726c235914

@ -4,7 +4,7 @@ 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** and **DigitalOcean** are supported.
Currently, only **AWS**, **DigitalOcean**, and **CloudStack** are supported.
# Installation