This file is used to list changes made in each version of the tf_hachef Terraform plan.
- Fixed typo in a warning message relating to accepting Chef license
- Added ETCD tunable variables and implementation
- Update
private_key
forconnection
to use${file()}
interpolation
- Updated repo structure to prepare for multiple providers and plans per provider feature set.
- Documentation updates
- Updated chef-cookbook script to pin system cookbook to
0.11.0
: xhost-cookbooks/system#49 - Update syntax;
template_file
resource is deprecated, updated todata
source
- Updated root device to use gp2 on backends
- Added map
instance_store
with reasonable defaults - Now using local node instance storage for backends
- Large documentation overhaul
- Adding
postgresql.md5_auth_cidr_addresses
tochef-backend.rb
before joining cluster no longer breaks chef-backend - attributes-json.tpl -> backend-attributes-json.tpl for consistency
- Fix for #14
- Breakup
chef
map intochef_backend
,chef_client
,chef_mlsa
,chef_org
,chef_server
, andchef_user
variables - Changes to supporting documentation
- Fix for #7
- Fix for #8
- Clarification in README.md
- Multiple AZs are not required, however server counts ARE required
- Overhaul on code (nearly complete re-write)
- Updated syntax for (most) Terraform 0.7.0 constructs
- NOTE: Leaving
template
in place ofdata
source due tocount
absence ondata
source - Removed a number of files
- Documentation work
- Fix .gitignore to ignore all
terraform.tfstate*
files
- Initial commit
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.