Skip to content

Commit

Permalink
removing unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Jun 9, 2024
1 parent 6c4be32 commit 97ce6e6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions terraform/eks/addon/gpu/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 97ce6e6

Please sign in to comment.