terraform-hetzner-network Requirements Name Version hcloud 1.49.1 Providers Name Version hcloud 1.49.1 Modules No modules. Resources Name Type hcloud_network.this resource hcloud_network_subnet.private resource hcloud_network_subnet.public resource Inputs Name Description Type Default Required labels A map of labels to add to all resources map(string) {} no network_cidr Network CIDR string "10.0.0.0/16" no network_name Network name string "my-hetzner-network" no network_zone Network zone location string "eu-central" no private_subnets A map of private subnets inside the Network map(object({ ip_range = string network_zone = string type = string })) {} no public_subnets A map of public subnets inside the Network map(object({ ip_range = string network_zone = string type = string })) {} no Outputs No outputs.