Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
- Clarification in [README.md](README.md)
- Multiple AZs are not required, however server counts ARE required
  • Loading branch information
mengesb committed Aug 8, 2016
1 parent fe30ef5 commit b223f69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit b223f69

Please sign in to comment.