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" {