Skip to content

Commit

Permalink
Cleanup dashboard variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgin314 committed Apr 17, 2025
1 parent ef9ac5a commit 4a8ca5e
Showing 1 changed file with 7 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,18 @@ dependency "eks" {
}
}

dependency "eks_dns" {
config_path = "../eks-dns"
mock_outputs_allowed_terraform_commands = ["init", "plan", "validate", "destroy"]
mock_outputs = {
cluster_domain = "mock.example.com"
}
}

dependencies {
paths = [
"../eks",
"../eks-dns",
"../eks-karpenter",
]
}

inputs = {
# datasources = dependency.eks-loki.outputs.gateway_internal_endpoint
cluster_domain = dependency.eks_dns.outputs.cluster_domain
cluster_name = dependency.eks.outputs.cluster_name
k8s_dashboard_version = include.root.inputs.k8s_dashboard_version
profile = include.root.inputs.aws_profile
public_hostname = include.root.inputs.dashboard_hostname
region = include.root.inputs.aws_region
namespace = include.root.inputs.namespaces["k8s-dashboard"]
service_name = "dashboard"
cluster_name = dependency.eks.outputs.cluster_name
profile = include.root.inputs.aws_profile
namespace = include.root.inputs.namespaces["k8s-dashboard"]
k8s_dashboard_version = include.root.inputs.k8s_dashboard_version
k8s_dashboard_image = include.root.inputs.k8s_dashboard_image
k8s_dashboard_metrics_scraper = include.root.inputs.k8s_dashboard_metrics_scraper
}

0 comments on commit 4a8ca5e

Please sign in to comment.