thojkooi / terraform-digitalocean-docker-swarm-mode

Terraform module for provisioning a Docker Swarm mode cluster on DigitalOcean
https://registry.terraform.io/modules/thojkooi/docker-swarm-mode/digitalocean
MIT License
62 stars 27 forks source link

load balancer health check failing for usage example #34

Closed bladecoates closed 4 years ago

bladecoates commented 5 years ago

Hi,

The load balancer health check is failing with the usage example. I have traced this as being due to the ufw rule for port 22 is set to limit in by default on the image used in the example, by adding an extra rule in the provisioning shell script to change it from limit in to allow it appears to fix the issue.