Changelog
ffade80 Add additional scaffolding for release, docs and examples (#1)
3c88fa8 Fix typos pre public release
ea0c325 Update README.md
31c5711 Update README, add LICENSE and license preamble
97a378e Update README.md
ee97ccf Add Github actions workflow
3cd5c78 Fix dependencies and imports
9d66d2f Update deps
abde834 Update deps and fix config to skip manager validation and update warning
c962fb8 Assume the Swarm Cluster is destroyed outside of Terraform if we can't talk to it's first manager
4b8c12f Display a warning for single manager clsuter creation and provide a default
35e601a Fixed name of input for forcing single manager clusters
aa64a02 Optionally support the creation of single-node-manager clusters
46f592f Fix update_at timestamp in resourceClusterUpdate()
b9de156 Implement resourceSwarmRead() and add support for scaling up an existing Docker Swarm cluster
0e1ad98 Fix resourceClusterRead() to be idemponent
a4cfab4 Switch to first manager node if not already connect to one
71bf4e2 Don't attempt to switch to a blank/empty node if ssh_addr is empty
271ca7f Update deps
ac7674c Add swarm_cluster resource with create/read implemented
b54519e Add improved error messaging
ad55f2d Add swarm_cluster data resource
ee48163 Add provider auth
ea97b5b Add a working rough swarm_nodes data source
789c14a Add stub data source for nodes
b29ea3e Initial Commit