Skip to content

Commit

Permalink
update to pass account and regino
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 15, 2025
1 parent 15c3214 commit bd6d024
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ dependencies {
inputs = {
cluster_domain = dependency.eks_dns.outputs.cluster_domain
cluster_name = dependency.eks.outputs.cluster_name

namespace = include.root.inputs.namespaces["keycloak"]
account_id = include.root.inputs.account_id
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ dependency "eks-tempo" {
}

inputs = {
profile = include.root.inputs.aws_profile
# AWS Configuration
account_id = include.root.inputs.aws_account_id
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region

cluster_name = dependency.eks.outputs.cluster_name
region = include.root.inputs.aws_region
namespace = include.root.inputs.namespaces["otel"]
loki_endpoint = dependency.eks-loki.outputs.gateway_internal_endpoint.url
tempo_endpoint = dependency.eks-tempo.outputs.tempo_otlp_endpoint.url
Expand Down

0 comments on commit bd6d024

Please sign in to comment.