small fix post merging master
This commit is contained in:
parent
663d9c4c89
commit
a051480af5
2
main.tf
2
main.tf
@ -10,7 +10,7 @@ resource "hcloud_ssh_key" "k3s" {
|
|||||||
|
|
||||||
resource "hcloud_network" "k3s" {
|
resource "hcloud_network" "k3s" {
|
||||||
name = var.cluster_name
|
name = var.cluster_name
|
||||||
ip_range = var.network_ipv4_range
|
ip_range = local.network_ipv4_cidr
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "hcloud_network_subnet" "subnet" {
|
resource "hcloud_network_subnet" "subnet" {
|
||||||
|
Loading…
Reference in New Issue
Block a user