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 214a0f6 commit 631a791Copy full SHA for 631a791
terraform/nowcasting/development/main.tf
@@ -280,7 +280,7 @@ module "sat" {
280
{ "name" : "SAVE_DIR_NATIVE", "value" : "s3://${module.s3.s3-sat-bucket.id}/raw" },
281
{ "name" : "SENTRY_DSN", "value" : var.sentry_dsn },
282
{ "name" : "ENVIRONMENT", "value" : local.environment },
283
- { "name" : "HISTORY", "value" : "120 minutes" },
+ { "name" : "HISTORY", "value" : "180 minutes" },
284
]
285
container-secret_vars = [
286
{secret_policy_arn: aws_secretsmanager_secret.satellite_consumer_secret.arn,
0 commit comments