Skip to content

Commit

Permalink
Remove unused local.
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Nov 14, 2024
1 parent da92a76 commit ef3d5ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/e2e/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module "basic_components" {
locals {
aws_eks = "aws eks --region ${var.region}"
cluster_name = var.cluster_name != "" ? var.cluster_name : "cwagent-monitoring-config-e2e-eks"
agent-config = fileexists(var.agent-config) ? var.agent-config : ""
}

data "aws_eks_cluster_auth" "this" {
Expand Down

0 comments on commit ef3d5ee

Please sign in to comment.