Hi,
Can you please help me with the below error scenario and I am trying to create the DHCP with below resource and it fails while attaching the network to the server.
on k8s.tf line 82, in resource "gridscale_server" "master": ```
Resource snippet:
resource "gridscale_network" "kubernetes"{
name = "kubernetes"
dhcp_active = true
dhcp_range = "192.168.121.0/24"
timeouts {
create="10m"
}
}