Skip to content

Commit cda71df

Browse files
Merge branch 'main' into issue/uk-prod-airflow
2 parents f8bbc57 + 062ce6a commit cda71df

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

terraform/nowcasting/development/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ source = "../../modules/services/ecs_task"
567567
{ "name" : "ENVIRONMENT", "value" : local.environment },
568568
{ "name" : "LOGLEVEL", "value" : "INFO" },
569569
{ "name" : "OUTPUT_PREDICTION_DIRECTORY", "value":"s3://${module.s3.s3-sat-bucket.id}/cloudcasting_forecast"},
570-
{ "name" : "SATELLITE_ZARR_PATH", "value":"s3://${module.s3.s3-sat-bucket.id}/data/latest/latest.zarr"},
570+
{ "name" : "SATELLITE_ZARR_PATH", "value":"s3://${module.s3.s3-sat-bucket.id}/data/latest/latest.zarr.zip"},
571571
]
572572

573573
container-secret_vars = []

0 commit comments

Comments
 (0)