mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-03-03 16:24:00 +00:00
17 lines
363 B
HCL
17 lines
363 B
HCL
variable "module_name" {
|
|
description = "Name of the module"
|
|
}
|
|
|
|
variable "output_filename" {
|
|
description = "Filename for the ALPR counts JSON file"
|
|
default = "alpr-counts.json"
|
|
}
|
|
|
|
variable "deflock_stats_bucket" {
|
|
description = "S3 bucket for the ALPR counts JSON file"
|
|
}
|
|
|
|
variable "rate" {
|
|
description = "Rate at which to run the Lambda function"
|
|
}
|