fix ip_not_available error

This commit is contained in:
Karim Naufal
2022-02-16 10:56:22 +01:00
parent 4aabee0dad
commit 1165389fc3
4 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
locals {
first_control_plane_network_ip = cidrhost(hcloud_network_subnet.k3s.ip_range, 2)
first_control_plane_network_ip = cidrhost(hcloud_network_subnet.k3s.ip_range, 257)
hcloud_image_name = "ubuntu-20.04"
ssh_public_key = trimspace(file(var.public_key))