We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce1d97 commit c9b67f0Copy full SHA for c9b67f0
terraform/nowcasting/production/main.tf
@@ -95,6 +95,7 @@ module "api" {
95
{ "name" : "ADJUST_MW_LIMIT", "value" : "1000" },
96
{ "name" : "N_HISTORY_DAYS", "value" : "2" },
97
{ "name" : "ENVIRONMENT", "value" : local.environment },
98
+ { "name" : "APITALLY_CLIENT_ID", "value" : var.apitally_client_id},
99
]
100
container-name = "nowcasting_api"
101
container-tag = var.api_version
terraform/nowcasting/production/variables.tf
@@ -70,3 +70,9 @@ variable "airflow_url" {
70
description = "The URL for the Airflow instance"
71
default = "not-set"
72
}
73
+
74
75
+variable "apitally_client_id" {
76
+ description = "The client id for APItally"
77
+ default = ""
78
+}
0 commit comments