Skip to content

Commit b35ddbb

Browse files
committed
update the cluster gateway to match my test network
1 parent 45dfc5c commit b35ddbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ variable "cluster_endpoint" {
5252
variable "cluster_node_network_gateway" {
5353
description = "The IP network gateway of the cluster nodes"
5454
type = string
55-
default = "192.168.1.254"
55+
default = "192.168.1.1"
5656
}
5757

5858
variable "cluster_node_network" {

0 commit comments

Comments
 (0)