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.
1 parent 361edea commit 333c5b1Copy full SHA for 333c5b1
terraform/india/production/main.tf
@@ -421,7 +421,7 @@ module "forecast-ad" {
421
{ "name" : "SATELLITE_ZARR_PATH", "value": "s3://${module.s3-satellite-bucket.bucket_id}/data/latest/iodc_latest.zarr.zip" },
422
{ "name" : "SENTRY_DSN", "value": var.sentry_dsn},
423
{ "name" : "USE_SATELLITE", "value": "True"},
424
- { "name" : "CLIENT_NAME", "value": "ad"}
+ { "name" : "CLIENT_NAME", "value": "ad"},
425
{ "name" : "SAVE_BATCHES_DIR", "value": "s3://${module.s3-forecast-bucket.bucket_id}/ad"},
426
]
427
0 commit comments