Files
deflock/terraform/modules/alpr_clusters/variables.tf
T

21 lines
444 B
Terraform

variable "module_name" {
description = "Name of the module"
}
variable "output_filename" {
description = "Filename for the ALPR clusters JSON file"
default = "alpr_clusters.json"
}
variable "deflock_stats_bucket" {
description = "S3 bucket for the ALPR clusters JSON file"
}
variable "deflock_cdn_bucket" {
description = "S3 bucket for the CDN"
}
variable "rate" {
description = "Rate at which to run the Lambda function"
}