Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@stavxyz stavxyz released this 13 Mar 03:47
· 1 commit to master since this release
7ecc20a

expose full features for ssh connection configurations

Bulk of the feature work for this release: #13

See https://www.terraform.io/docs/language/resources/provisioners/connection.html for more info

This release also uses an 0.15 experiment:

terraform {
  experiments = [module_variable_optional_attrs]
}

https://www.terraform.io/docs/language/functions/defaults.html

And lots of docs updates! https://github.com/stavxyz/terraform-chef-policy-provisioner/tree/v0.1.1#chef-policy-provisioner-terraform-module


Commits

1f79e27 βž– add mongodb example πŸ”Ή Sam Stavinoha
f57b16a βž– depend on chefinstall.sh first πŸ”Ή Sam Stavinoha
6721dbd βž– lint πŸ”Ή Sam Stavinoha
b7c1355 βž– recreate build dir if new workspace πŸ”Ή Sam Stavinoha
2ee5f48 βž– fix -i for ssh command πŸ”Ή Sam Stavinoha
0168de9 βž– notes about supplying a pre-built policyfile archive πŸ”Ή samuel
b6831f3 βž– bastion attrs inherit other provided values πŸ”Ή Sam Stavinoha
f4db92a βž– trying to fix table πŸ”Ή samuel
af34778 βž– more information for 'connection' variable attrs πŸ”Ή samuel
f78243b βž– update default to chef-client 16.10 πŸ”Ή samuel
bceba75 βž– Update README.md πŸ”Ή samuel
7783e1e βž– variables info πŸ”Ή samuel
317b30e βž– Update README.md πŸ”Ή samuel
b4f544e βž– try ruby tag πŸ”Ή samuel
f9686c8 βž– decent docs, finally πŸ”Ή samuel
bf44f35 βž– fix typo! πŸ”Ή Sam Stavinoha
46ffff5 βž– we know that the connection source code sets 'root' as the default user πŸ”Ή Sam Stavinoha
96670d2 βž– update example, fix deprecated variable usage πŸ”Ή Sam Stavinoha
1c34a5e βž– add optional attr experiment πŸ”Ή Sam Stavinoha
2dc329b βž– lint πŸ”Ή Sam Stavinoha
c03b2af βž– refactor: use 'connection' object variable πŸ”Ή Sam Stavinoha