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 a16bf13 commit 2b68542Copy full SHA for 2b68542
terraform/india/development/main.tf
@@ -316,6 +316,7 @@ module "satellite_consumer_ecs" {
316
{ "name" : "SAVE_DIR_NATIVE", "value" : "s3://${module.s3-satellite-bucket.bucket_id}/raw" },
317
{ "name" : "SENTRY_DSN", "value" : var.sentry_dsn },
318
{ "name" : "ENVIRONMENT", "value" : local.environment },
319
+ { "name" : "HISTORY", "value" : "75 minutes" },
320
]
321
container-secret_vars = [
322
{secret_policy_arn: aws_secretsmanager_secret.satellite_consumer_secret.arn,
0 commit comments