mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-02-12 23:12:48 +00:00
10 lines
229 B
HCL
10 lines
229 B
HCL
variable "deflock_stats_bucket" {
|
|
description = "S3 bucket for the ALPR counts JSON file"
|
|
default = "deflock-clusters"
|
|
}
|
|
|
|
variable "deflock_cdn_bucket" {
|
|
description = "S3 bucket for the CDN"
|
|
default = "cdn.deflock.me"
|
|
}
|