v0.2.1
- Add
roles
attributes tonodes
(#7)
examples:
resource rke_cluster "cluster" {
nodes = {
address = "192.2.0.1"
role = ["controlplane", "etcd", "worker"]
# or
#roles = "controlplane,etcd,worker" // specified by comma-separated string
}
}