small fix post merging master

This commit is contained in:
Karim Naufal 2022-03-09 09:47:57 +01:00
parent 663d9c4c89
commit a051480af5

View File

@ -10,7 +10,7 @@ resource "hcloud_ssh_key" "k3s" {
resource "hcloud_network" "k3s" {
name = var.cluster_name
ip_range = var.network_ipv4_range
ip_range = local.network_ipv4_cidr
}
resource "hcloud_network_subnet" "subnet" {