mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
feat: Added ability to pass different subnets for fargate and the cluster (#1527)
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ module "fargate" {
|
||||
permissions_boundary = var.permissions_boundary
|
||||
iam_path = var.iam_path
|
||||
iam_policy_arn_prefix = local.policy_arn_prefix
|
||||
subnets = var.subnets
|
||||
subnets = coalescelist(var.fargate_subnets, var.subnets)
|
||||
tags = var.tags
|
||||
|
||||
# Hack to ensure ordering of resource creation.
|
||||
|
||||
Reference in New Issue
Block a user