Skip to content

Commit

Permalink
Add NWP_MO_GLOBAL_ZARR_PATH to forecast_generic (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc authored Nov 20, 2024
1 parent 541fd64 commit f0ecf51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/modules/services/forecast_generic/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ resource "aws_ecs_task_definition" "ecs-task-definition" {
{"name": "NWP_UKV_ZARR_PATH", "value":"s3://${var.s3_nwp_bucket.bucket_id}/${var.s3_nwp_bucket.datadir}/latest.zarr"},
{"name": "NWP_ECMWF_ZARR_PATH", "value":"s3://${var.s3_nwp_bucket.bucket_id}/ecmwf/data/latest.zarr"},
{"name": "NWP_GFS_ZARR_PATH", "value":"s3://${var.s3_nwp_bucket.bucket_id}/gfs/data/latest.zarr"},
{"name": "NWP_MO_GLOBAL_ZARR_PATH", "value": "s3://${var.s3_nwp_bucket.bucket_id}/metoffice/data/latest.zarr"},
{"name": "SATELLITE_ZARR_PATH", "value":"s3://${var.s3_satellite_bucket.bucket_id}/${var.s3_satellite_bucket.datadir}/latest.zarr.zip"},
{"name": "ML_MODEL_PATH", "value": "s3://${var.s3_ml_bucket.bucket_id}/"},
{"name": "ML_MODEL_BUCKET", "value": var.s3_ml_bucket.bucket_id},
Expand Down

0 comments on commit f0ecf51

Please sign in to comment.