From 726c2359148bf0d7e1d88c680d629425582b0a6e Mon Sep 17 00:00:00 2001 From: Adam Mckaig Date: Tue, 23 Jun 2015 15:19:06 -0400 Subject: [PATCH] Add CloudStack support to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ce1851..b054342 100644 --- a/README.md +++ b/README.md @@ -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