mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-08-28 05:10:31 +02:00
refactor terraform modules, add clustering lambda (#4)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
variable "module_name" {
|
||||
description = "Name of the module"
|
||||
}
|
||||
|
||||
variable "output_filename" {
|
||||
description = "Filename for the ALPR clusters JSON file"
|
||||
default = "alpr_clusters.json"
|
||||
}
|
||||
|
||||
variable "deflock_stats_bucket" {
|
||||
description = "S3 bucket for the ALPR clusters JSON file"
|
||||
}
|
||||
|
||||
variable "rate" {
|
||||
description = "Rate at which to run the Lambda function"
|
||||
}
|
||||
Reference in New Issue
Block a user