mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-05-16 05:09:09 +02:00
5 lines
125 B
Terraform
5 lines
125 B
Terraform
variable "deflock_stats_bucket" {
|
|
description = "S3 bucket for the ALPR counts JSON file"
|
|
default = "deflock-clusters"
|
|
}
|