Files
deflock/terraform/variables.tf
2024-11-25 17:57:15 -06:00

5 lines
125 B
HCL

variable "deflock_stats_bucket" {
description = "S3 bucket for the ALPR counts JSON file"
default = "deflock-clusters"
}