From 3ea4b3255f6e1d05a5ec1e6126c3af3cd360a282 Mon Sep 17 00:00:00 2001 From: InAnYan Date: Wed, 5 Aug 2026 18:52:01 +0200 Subject: [PATCH] fix: update gateway IP --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 0c24059..d636719 100644 --- a/variables.tf +++ b/variables.tf @@ -21,7 +21,7 @@ variable "ssh_public_keys" { variable "gateway" { description = "Network gateway IP address" type = string - default = "192.168.100.1" + default = "10.0.0.1" } variable "node_name" {