Skip to content

Commit

Permalink
istio deps
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 10, 2024
1 parent dbced43 commit 65fd7b9
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@ dependency "eks" {
}
}

dependency "istio" {
config_path = "../eks-istio"
mock_outputs = {
istio_namespace = "istio-namespace"
}
}

inputs = {
cluster_name = dependency.eks.inputs.cluster_name
istio_namespace = dependency.istio.outputs.istio_namespace
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
subnets = dependency.eks.outputs.subnets
Expand Down

0 comments on commit 65fd7b9

Please sign in to comment.