mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-05-22 07:36:49 +02:00
12 lines
219 B
Terraform
12 lines
219 B
Terraform
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"
|
|
}
|