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
63 stars 27 forks source link

Ensure SSH keys is always referenced as a list #32

Closed syntaqx closed 5 years ago

syntaqx commented 5 years ago

Currently unable to build the project without this on the latest terraform (not 0.12)

Error: module.swarm-cluster.module.workers.digitalocean_droplet.node[1]: ssh_keys: should be a list
thojkooi commented 5 years ago

Thanks! :)