Files
deflock/terraform/variables.tf
2025-09-26 18:07:21 -06:00

15 lines
389 B
HCL

variable "deflock_stats_bucket" {
description = "S3 bucket for the ALPR counts JSON file"
default = "cdn.deflock.me"
}
variable "deflock_cdn_bucket" {
description = "S3 bucket for the CDN"
default = "cdn.deflock.me"
}
variable "alarm_phone_number" {
description = "Phone number to receive alarm notifications"
# intentionally left blank since this file is checked into git
}