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