Skip to content

Commit

Permalink
terraform fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnieszka Figiel committed Nov 22, 2023
1 parent 73b483f commit 1c187a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/base/modules/env/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ locals {
client_env = {
NEXT_PUBLIC_URL = "https://${local.domain}"
NEXT_PUBLIC_API_URL = "https://${local.domain}/${var.backend_path_prefix}/api/"
# NEXT_PUBLIC_ANALYSIS_CF_URL = module.analysis_cloud_function.function_uri
NEXT_PUBLIC_ANALYSIS_CF_URL = module.analysis_cloud_function.function_uri
NEXT_PUBLIC_ENVIRONMENT = "production"
LOG_LEVEL = "info"
}
Expand Down

0 comments on commit 1c187a3

Please sign in to comment.