diff --git a/README.md b/README.md index 6e25bce..30c0216 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ -# Terraformed Inventory +# Terraform Inventory 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**, **DigitalOcean**, **CloudStack**, **VMware**, and -**OpenStack** are supported. +with Terraform, then (re-)provision them with Ansible. Currently, only **AWS**, +**DigitalOcean**, **CloudStack**, **VMware**, and **OpenStack** are supported. # Installation