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

Updated README.md to reflect GCE support in terraform-inventory

This commit is contained in:
Leon de Jager 2015-12-23 22:50:47 +00:00
parent c4d37751eb
commit 6e86dabeaf

@ -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