This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
Releases: thojkooi/terraform-digitalocean-docker-swarm-mode
Releases · thojkooi/terraform-digitalocean-docker-swarm-mode
Version 0.2.0
Change log
- Support exposing the Docker Remote API using TLS when certificates are provided
- Add support for setting availability of the manager nodes on provisioning
- Add timeout to docker join and docker leave commands. Avoid long waiting time in case a host cannot be reached
- Add docker leave command when destroying a manager node, allows for down-scaling the amount of managers
- Fix some issues with docker join bash scripting
- Improve scripts to join worker nodes to cluster
- Remove need to pass
do_token
variable. Now instead uses the provider passed to the module - Include manager and worker modules in repository
Notes
- This release adds some initial support for exposing the Docker Remote API with TLS enabled. An example for this can be found in examples/usage and examples/usage/certs.
- This release also removes the usage of the
do_token
variable. See the module provider documentation on how to pass providers now (also: passing providers explicitly).
Version 0.1.2
Version 0.1.1
Change log
- Update README with using terraform module registry
- Update requirements for terraform version to 0.11.2. Previous version of Terraform v0.10.6 should still work, but module examples may not due to module version attribute introduced in terraform 0.11.0.
- Set managers module to v0.1.1 (#14)
- Set workers module to v0.1.0 (#14)
Version 0.1.0
Initial release