Skip to content

Commit

Permalink
ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 13, 2025
1 parent 0f9cbdd commit efd9d3c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ dependency "eks-istio" {
dependencies {
paths = [
"../eks",
"../eks-config",
"../eks-istio",
"../eks-karpenter",
"../eks-metrics-server",
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ dependencies {
paths = [
"../eks",
"../eks-cert-manager",
"../eks-config",
"../eks-metrics-server",
]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ terraform {
dependencies {
paths = [
"../eks",
"../eks-config",
"../eks-dns",
"../eks-prometheus"
]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ dependencies {
"../eks",
"../eks-config",
"../eks-dns",
"../eks-karpenter",
"../eks-prometheus",
]
}
Expand All @@ -65,9 +64,7 @@ inputs = {
telemetry_namespace = include.root.inputs.telemetry_namespace

# # Database configuration
# db_host = dependency.eks_postgresql.outputs.internal_endpoint.url
keycloak_database = include.root.inputs.keycloak_database
# keycloak_password = include.root.inputs.keycloak_password
keycloak_user = include.root.inputs.keycloak_username

# Project information
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies {
"../eks",
"../eks-config",
"../eks-dns",
"../eks-grafana",
"../eks-istio",
"../eks-prometheus"
]
Expand Down Expand Up @@ -67,14 +68,6 @@ dependency "eks_grafana" {
}
}

dependency "eks_istio" {
config_path = "../eks-istio"
mock_outputs_allowed_terraform_commands = ["init", "plan", "validate", "destroy"]
mock_outputs = {
namespace = "mock-namespace-istio"
}
}

dependency "eks_prometheus" {
config_path = "../eks-prometheus"
mock_outputs_allowed_terraform_commands = ["init", "plan", "validate", "destroy"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ dependency "eks-prometheus" {
dependencies {
paths = [
"../eks",
"../eks-config",
"../eks-dns",
"../eks-karpenter",
"../eks-prometheus"
]
}
Expand Down

0 comments on commit efd9d3c

Please sign in to comment.