Skip to content

Commit e1c49a1

Browse files
committed
add apitally to uk-national production
1 parent 35ea9c0 commit e1c49a1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

terraform/nowcasting/production/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ module "api" {
9595
{ "name" : "ADJUST_MW_LIMIT", "value" : "1000" },
9696
{ "name" : "N_HISTORY_DAYS", "value" : "2" },
9797
{ "name" : "ENVIRONMENT", "value" : local.environment },
98+
{ "name" : "APITALLY_CLIENT_ID", "value" : var.apitally_client_id},
9899
]
99100
container-name = "nowcasting_api"
100101
container-tag = var.api_version

terraform/nowcasting/production/variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,9 @@ variable "airflow_url" {
7070
description = "The URL for the Airflow instance"
7171
default = "not-set"
7272
}
73+
74+
75+
variable "apitally_client_id" {
76+
description = "The client id for APItally"
77+
default = ""
78+
}

0 commit comments

Comments
 (0)