Releases: nsdavidson/terraform-provisioner-habitat
Releases · nsdavidson/terraform-provisioner-habitat
v0.0.5
v0.0.4
- Added initial validations for provisioner
- Added the ability to define bindings as blocks (More info in README)
v0.0.3
- Added the
service_type
argument to the provisioner. You can now use systemd to manage the supervisor service. - Changed the way we drop off
user.toml
files to not require changing perms on the/hab/svc/<name>
directory.
v0.0.2
- Fixed service start command for non-sudo instances.
- Refactored user creation to use
core/busybox
adduser, rather than assuming useradd is available.
v0.0.1
Initial release