Files
deflock/terraform/variables.tf
T

5 lines
125 B
Terraform

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