From 6e86dabeaf3e7b7a8aa03a7a6337126adf8dd4d7 Mon Sep 17 00:00:00 2001 From: Leon de Jager Date: Wed, 23 Dec 2015 22:50:47 +0000 Subject: [PATCH] Updated README.md to reflect GCE support in terraform-inventory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30c0216..681bf59 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,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. Currently, only **AWS**, -**DigitalOcean**, **CloudStack**, **VMware**, and **OpenStack** are supported. +**DigitalOcean**, **CloudStack**, **VMware**, **OpenStack**, **Google Compute Engine** are supported. # Installation