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

5 lines
125 B
Terraform

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