fix: update gateway IP

This commit is contained in:
2026-08-05 18:52:01 +02:00
parent b9443ce7de
commit 3ea4b3255f
+1 -1
View File
@@ -21,7 +21,7 @@ variable "ssh_public_keys" {
variable "gateway" { variable "gateway" {
description = "Network gateway IP address" description = "Network gateway IP address"
type = string type = string
default = "192.168.100.1" default = "10.0.0.1"
} }
variable "node_name" { variable "node_name" {