From 45c71141245939894844d8dea44c965902a7fc85 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Tue, 24 Apr 2018 12:09:20 -0600 Subject: [PATCH] Update README.md Update README.md with information on new etcd v3 environment using Terraform, Ansible, and AWS Signed-off-by: Scott Lowe --- etcd/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etcd/README.md b/etcd/README.md index d224c80..277396a 100644 --- a/etcd/README.md +++ b/etcd/README.md @@ -5,3 +5,5 @@ In this folder are environments, tools, resources, and the like for learning mor ## Contents **etcd-2.0**: Use the `Vagrantfile` and other files in this directory to turn up an etcd 2.0.9 cluster running on Ubuntu 14.04. The provisioning is handled via shell scripts. + +**etcdv3-ansible-aws-tf**: This environment leverages Terraform and Ansible to create an etcd v3 cluster on Ubuntu 16.04 on AWS.