v2.5.0
FEATURES:
rancher2-vsphere-cluster
: Added support for specifying cloud-config YAML for cluster nodes, either through global settingnode_cloud_config
or through a localcloud_config
parameter insidenode_spec
; contents of a cloud-config YAML file should be passed to the module, and this can be done either by defining YAML inline using Terraform'sheredoc
synthax or by loading it from a file using Terraform'sfile()
function; cloud-config spec is optional, if omitted, cloud-config file will be left empty (set to#cloud-config
)