Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Releases: thojkooi/terraform-digitalocean-docker-swarm-firewall

Version 1.0.0

28 Apr 13:12
829538e
Compare
Choose a tag to compare

Change log:

  • Removed ssh access rules, should now use thojkooi/firewall-rules/digitalocean or alternative solutions instead.
  • Removed outbound rules to all ports. A generic set of rules is provided by thojkooi/firewall-rules/digitalocean for downloading packages, images, DNS lookups etc that can be used instead. Any additional outbound connections should be specifically allowed by creating a firewall rule for it.
  • Remove do_token variable and specifying the digitalocean provider in this module. Instead uses the provider provided by the root or passed along to this module. See https://www.terraform.io/docs/modules/usage.html#providers-within-modules for more information.
  • Add outbound rules for swarm mode cluster ports. This was previously covered by the allow_outbound rules that are now removed.

Version 0.1.1

31 Oct 17:34
Compare
Choose a tag to compare
  • Minor update to readme
  • Added MIT license

Version 0.1.0

29 Oct 16:42
Compare
Choose a tag to compare

Initial version.