Skip to content

Commit 631a791

Browse files
Update main.tf (#760)
1 parent 214a0f6 commit 631a791

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
@@ -280,7 +280,7 @@ module "sat" {
280280
{ "name" : "SAVE_DIR_NATIVE", "value" : "s3://${module.s3.s3-sat-bucket.id}/raw" },
281281
{ "name" : "SENTRY_DSN", "value" : var.sentry_dsn },
282282
{ "name" : "ENVIRONMENT", "value" : local.environment },
283-
{ "name" : "HISTORY", "value" : "120 minutes" },
283+
{ "name" : "HISTORY", "value" : "180 minutes" },
284284
]
285285
container-secret_vars = [
286286
{secret_policy_arn: aws_secretsmanager_secret.satellite_consumer_secret.arn,

0 commit comments

Comments
 (0)