Skip to content

Commit

Permalink
update bucket name (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield authored Dec 9, 2024
1 parent 9425a67 commit 4ee7604
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 @@ -530,7 +530,7 @@ source = "../../modules/services/ecs_task"
{ "name" : "LOGLEVEL", "value" : "INFO" },
{ "name" : "NWP_ZARR_PATH", "value":"s3://${module.s3.s3-nwp-bucket.id}/data-metoffice/latest.zarr"},
{ "name" : "SENTRY_DSN", "value": var.sentry_dsn},
{ "name": "ML_MODEL_BUCKET", "value": "s3://${module.forecasting_models_bucket.bucket_id}/"}
{ "name": "ML_MODEL_BUCKET", "value": module.forecasting_models_bucket.bucket_id}
]

container-secret_vars = [
Expand Down

0 comments on commit 4ee7604

Please sign in to comment.