Files
deflock/terraform/modules/alpr_cache/variables.tf
2025-12-04 19:11:03 -07:00

16 lines
332 B
HCL

variable "module_name" {
description = "Name of the module"
}
variable "deflock_cdn_bucket" {
description = "S3 bucket for the CDN"
}
variable "rate" {
description = "Rate at which to run the Lambda function"
}
variable "sns_topic_arn" {
description = "The ARN of the SNS topic for Lambda alarms"
type = string
}