diff --git a/variables.tf b/variables.tf index f4cf934..660e4fe 100644 --- a/variables.tf +++ b/variables.tf @@ -46,7 +46,7 @@ variable "network_ip_autodetection_method" { variable "pod_cidr" { type = string description = "CIDR IP range to assign Kubernetes pods" - default = "10.2.0.0/16" + default = "10.20.0.0/14" } variable "service_cidr" {