mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-03 05:44:27 +02:00
feat: Add support for service_ipv4_cidr for the EKS cluster (#1139)
This commit is contained in:
committed by
GitHub
parent
8978997bb1
commit
d48ff6dccb
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user