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.
2 parents f8bbc57 + 062ce6a commit cda71dfCopy full SHA for cda71df
terraform/nowcasting/development/main.tf
@@ -567,7 +567,7 @@ source = "../../modules/services/ecs_task"
567
{ "name" : "ENVIRONMENT", "value" : local.environment },
568
{ "name" : "LOGLEVEL", "value" : "INFO" },
569
{ "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"},
+ { "name" : "SATELLITE_ZARR_PATH", "value":"s3://${module.s3.s3-sat-bucket.id}/data/latest/latest.zarr.zip"},
571
]
572
573
container-secret_vars = []
0 commit comments