mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-02-13 15:32:48 +00:00
12 lines
219 B
HCL
12 lines
219 B
HCL
variable "module_name" {
|
|
description = "Name of the module"
|
|
}
|
|
|
|
variable "deflock_cdn_bucket" {
|
|
description = "S3 bucket for the CDN"
|
|
}
|
|
|
|
variable "rate" {
|
|
description = "Rate at which to run the Lambda function"
|
|
}
|