Skip to content

Commit

Permalink
Correct missing var pass
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Nov 13, 2024
1 parent 5f1c57b commit 73a2d5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deployments/spacelift/dpe-k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ locals {
}

auth0_stack_variables = {
cluster_name = var.cluster_name
auth0_domain = var.auth0_domain
auth0_clients = var.auth0_clients
cluster_name = var.cluster_name
auth0_domain = var.auth0_domain
auth0_clients = var.auth0_clients
auth0_identifier = var.auth0_identifier
}

# Variables to be passed from the k8s stack to the deployments stack
Expand Down

0 comments on commit 73a2d5d

Please sign in to comment.