mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-01 04:44:29 +02:00
feat: Added ability to pass different subnets for fargate and the cluster (#1527)
This commit is contained in:
@@ -87,6 +87,12 @@ variable "map_users" {
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "fargate_subnets" {
|
||||
description = "A list of subnets to place fargate workers within (if different from subnets)."
|
||||
type = list(string)
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "subnets" {
|
||||
description = "A list of subnets to place the EKS cluster and workers within."
|
||||
type = list(string)
|
||||
|
||||
Reference in New Issue
Block a user