From 42b4a7385fa4650312cbdfe132ae73dfda57288e Mon Sep 17 00:00:00 2001 From: Valentyna Bukhalova Date: Tue, 26 Mar 2024 16:05:03 +0100 Subject: [PATCH] upd --- .../eks/eks_cluster_autoscaler_policies/castai.tf | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/examples/eks/eks_cluster_autoscaler_policies/castai.tf b/examples/eks/eks_cluster_autoscaler_policies/castai.tf index d5c381b6..8fca4f88 100644 --- a/examples/eks/eks_cluster_autoscaler_policies/castai.tf +++ b/examples/eks/eks_cluster_autoscaler_policies/castai.tf @@ -78,12 +78,6 @@ module "castai-eks-cluster" { aws_security_group.additional.id, ] instance_profile_arn = module.castai-eks-role-iam.instance_profile_arn - target_group = [ - { - arn = "aws_lb_target_group.default.arn" - port = 80 - } - ] } test_node_config = { @@ -104,12 +98,6 @@ module "castai-eks-cluster" { volume_iops = 3100 volume_throughput = 130 imds_v1 = true - target_group = [ - { - arn = "aws_lb_target_group.default.arn" - port = 80 - } - ] } }