Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield authored Jan 31, 2025
1 parent 214a0f6 commit 7ec772d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/nowcasting/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ module "sat" {
{ "name" : "SAVE_DIR_NATIVE", "value" : "s3://${module.s3.s3-sat-bucket.id}/raw" },
{ "name" : "SENTRY_DSN", "value" : var.sentry_dsn },
{ "name" : "ENVIRONMENT", "value" : local.environment },
{ "name" : "HISTORY", "value" : "120 minutes" },
{ "name" : "HISTORY", "value" : "180 minutes" },
]
container-secret_vars = [
{secret_policy_arn: aws_secretsmanager_secret.satellite_consumer_secret.arn,
Expand Down

0 comments on commit 7ec772d

Please sign in to comment.