We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dfc5c commit b35ddbbCopy full SHA for b35ddbb
variables.tf
@@ -52,7 +52,7 @@ variable "cluster_endpoint" {
52
variable "cluster_node_network_gateway" {
53
description = "The IP network gateway of the cluster nodes"
54
type = string
55
- default = "192.168.1.254"
+ default = "192.168.1.1"
56
}
57
58
variable "cluster_node_network" {
0 commit comments