Files
deflock/terraform/modules/alpr_clusters/variables.tf
T
2025-07-21 12:46:44 -06:00

17 lines
333 B
Terraform

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
}