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

Version 1.0.0

Latest
Compare
Choose a tag to compare
@thojkooi thojkooi released this 28 Apr 13:12
· 1 commit to master since this release
829538e

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.