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 5c1823f commit 35ea9c0Copy full SHA for 35ea9c0
terraform/nowcasting/development/main.tf
@@ -102,6 +102,7 @@ module "api" {
102
{ "name" : "ADJUST_MW_LIMIT", "value" : "1000" },
103
{ "name" : "N_HISTORY_DAYS", "value" : "2" },
104
{ "name" : "ENVIRONMENT", "value" : local.environment },
105
+ { "name" : "APITALLY_CLIENT_ID", "value" : var.apitally_client_id},
106
]
107
container-name = "nowcasting_api"
108
container-tag = var.api_version
0 commit comments