1 hour rate

This commit is contained in:
Will Freeman
2025-12-04 22:33:05 -07:00
parent 109c62fd57
commit 8700286aef

View File

@@ -14,7 +14,7 @@ module "alpr_cache" {
module_name = "alpr_cache" module_name = "alpr_cache"
source = "./modules/alpr_cache" source = "./modules/alpr_cache"
deflock_cdn_bucket = var.deflock_cdn_bucket deflock_cdn_bucket = var.deflock_cdn_bucket
rate = "rate(30 minutes)" rate = "rate(1 hour)"
sns_topic_arn = aws_sns_topic.lambda_alarms.arn sns_topic_arn = aws_sns_topic.lambda_alarms.arn
} }