From b223f6941e5a834bebabb88e07f1096e51467b17 Mon Sep 17 00:00:00 2001 From: Brian Menges Date: Mon, 8 Aug 2016 16:47:11 -0700 Subject: [PATCH] Documentation update - Clarification in [README.md](README.md) - Multiple AZs are not required, however server counts ARE required --- CHANGELOG.md | 5 +++++ README.md | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c519e..61a7df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ tf_hachef CHANGELOG This file is used to list changes made in each version of the tf_hachef Terraform plan. +v0.2.1 (2016-08-08) +------------------- +- Clarification in [README.md](README.md) +- Multiple AZs are not required, however server counts ARE required + v0.2.0 (2016-08-08) ------------------- - Overhaul on code (nearly complete re-write) diff --git a/README.md b/README.md index 9f4242e..112ad51 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ the requirements are extensive * 9200/tcp: Elasticsearch from Frontend SG * SSH Security Group: * 22/tcp: SSH from anywhere (default), restrict with `${ssh_cidrs}` list -* Creates subnets spread across AWS AZs, minimum three (3) required +* Creates subnets spread across AWS AZs +* Minimum three (3) chef-backend instances required (`chef["backend_count"]`) +* Minimum two (2) chef-server-core instances required (`chef["frontend_count"]`) * Understand Terraform and ability to read the source