fix: update gateway IP
This commit is contained in:
+1
-1
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user