Skip to content

Commit

Permalink
fix(nowcasting): Missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Dec 13, 2024
1 parent 883d5fd commit a34a18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/nowcasting/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ module "nwp-ecmwf" {
{ "name" : "ECMWF_AWS_S3_BUCKET", "value" : "ocf-ecmwf-production" },
{ "name" : "ECMWF_AREA", "value" : "uk" },
{ "name" : "ENVIRONMENT", "value" : local.environment },
{ "name" : "SENTRY_DSN", "value" : var.sentry_dsn }
{ "name" : "SENTRY_DSN", "value" : var.sentry_dsn },
{ "name" : "LOGLEVEL", "value" : "DEBUG" }
]
container-secret_vars = [
Expand Down

0 comments on commit a34a18e

Please sign in to comment.