I tried to create a network with terraform, the "h...
# harvester
g
I tried to create a network with terraform, the "harvester_network" resource, for a DHCP-network, so route_mode=auto. When harvester gets the CIDR and Gateway of the network, then terraform fails since it tries to apply those values for route_cidr. So I get "can not use route_mode auto when route_cidr has been specified", but my terraform resource has no route_cidr present, and otherwise no changes since creating the network. Does anyone know how to get terraform to not send route_cidr on updates of the network?