diff --git a/README.md b/README.md index 5e9f22a..22e69c5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Terraformed Inventory This is a little Go app which generates an dynamic [Ansible] [ansible] inventory -from an AWS-based [Terraform] [tf] state file. It allows one to spawn a bunch of EC2 VMs with +from a [Terraform] [tf] state file. It allows one to spawn a bunch of VMs with Terraform, then (re-)provision them with Ansible. It's pretty neat. +Currently, only **AWS** and **DigitalOcean** are supported. + # Installation