rancher / tf-rancher-up

MIT License
14 stars 5 forks source link

Iteration Error with Null additional_hostnamesVariable #152

Closed piyushkrana1 closed 1 month ago

piyushkrana1 commented 1 month ago

Due to changes introduced in PR

Error: Iteration over null value
│ 
│   on ../../../../modules/distribution/rke/main.tf line 46, in resource "rke_cluster" "this":
│   46:     sans     = [for hostname in var.additional_hostnames : "$hostname"]
│     ├────────────────
│     │ var.additional_hostnames is null
│ 
│ A null value cannot be used as the collection in a 'for' expression.
╵