From 97ce6e66b9715a102c3dd560da0c06dac6421290 Mon Sep 17 00:00:00 2001 From: Paramadon Date: Sun, 9 Jun 2024 17:25:24 -0400 Subject: [PATCH] removing unused variables --- terraform/eks/addon/gpu/variables.tf | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/terraform/eks/addon/gpu/variables.tf b/terraform/eks/addon/gpu/variables.tf index 0cfaa51a9..5fbe98a6f 100644 --- a/terraform/eks/addon/gpu/variables.tf +++ b/terraform/eks/addon/gpu/variables.tf @@ -25,16 +25,6 @@ variable "k8s_version" { type = string default = "1.29" } -variable "cwagent_image_repo" { - type = string - default = "public.ecr.aws/cloudwatch-agent/cloudwatch-agent" -} - - -variable "cwagent_image_tag" { - type = string - default = "latest" -} variable "ami_type" {