mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-02-12 15:02:45 +00:00
15 lines
389 B
HCL
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
|
|
}
|