feat: Add support for service_ipv4_cidr for the EKS cluster (#1139)

This commit is contained in:
Suresh Kumar Nalluru
2021-01-28 14:14:53 -08:00
committed by GitHub
parent 8978997bb1
commit d48ff6dccb
3 changed files with 11 additions and 0 deletions

View File

@@ -369,3 +369,9 @@ variable "fargate_pod_execution_role_name" {
type = string
default = null
}
variable "cluster_service_ipv4_cidr" {
description = "service ipv4 cidr for the kubernetes cluster"
type = string
default = null
}