We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e89386 + 9fd993a commit 56b8d2aCopy full SHA for 56b8d2a
ops/mainnet/prod/core/config.tf
@@ -12,6 +12,7 @@ locals {
12
{ name = "STAGE", value = var.stage },
13
{ name = "DD_PROFILING_ENABLED", value = "true" },
14
{ name = "DD_ENV", value = "${var.environment}-${var.stage}" },
15
+ { name = "GRAPH_API_KEY", value = var.graph_api_key }
16
]
17
router_env_vars = [
18
{ name = "NXTP_CONFIG", value = local.local_router_config },
0 commit comments