Skip to content

Commit b66cdd5

Browse files
committed
add apitally to uk-national
1 parent 5c1823f commit b66cdd5

File tree

1 file changed

+1
-0
lines changed
  • terraform/nowcasting/development

1 file changed

+1
-0
lines changed

terraform/nowcasting/development/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ module "api" {
102102
{ "name" : "ADJUST_MW_LIMIT", "value" : "1000" },
103103
{ "name" : "N_HISTORY_DAYS", "value" : "2" },
104104
{ "name" : "ENVIRONMENT", "value" : local.environment },
105+
{ "name" : "APITALLY_CLIENT_ID", "value" : var.apitally_client_id},
105106
]
106107
container-name = "nowcasting_api"
107108
container-tag = var.api_version

0 commit comments

Comments
 (0)