Skip to content

Commit

Permalink
update grafana tg
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 13, 2025
1 parent 5d487c5 commit bdcd452
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ dependency "eks" {
}
}

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

dependency "eks_loki" {
config_path = "../eks-loki"
mock_outputs_allowed_terraform_commands = ["init", "plan", "validate", "destroy"]
Expand Down Expand Up @@ -72,7 +80,7 @@ inputs = {

# Cluster Configuration
cluster_name = dependency.eks.outputs.cluster_name
cluster_domain = include.root.inputs.vpc_domain_name
cluster_domain = dependency.eks_dns.outputs.cluster_domain
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn

# Storage Configuration
Expand Down

0 comments on commit bdcd452

Please sign in to comment.