Skip to content

Commit

Permalink
fix missing vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed May 19, 2023
1 parent 588d469 commit a0c3d50
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ locals {

env_map = { for val in local.env_vars.envs :
val["env"] => {
cloud_platform = val["cloud_platform"]
cloud_region = val["cloud_region"]
k8s_cluster_type = val["k8s_cluster_type"]
cloud_platform = val["cloud_platform"]
domain = val["domain"]
iac_terraform_modules_tag = val["iac_terraform_modules_tag"]
enable_vault_oauth_to_gitlab = val["enable_vault_oauth_to_gitlab"]
letsencrypt_email = val["letsencrypt_email"]
}
}
}
Expand Down

0 comments on commit a0c3d50

Please sign in to comment.