mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-02-12 15:02:45 +00:00
16 lines
332 B
HCL
16 lines
332 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"
|
|
}
|
|
|
|
variable "sns_topic_arn" {
|
|
description = "The ARN of the SNS topic for Lambda alarms"
|
|
type = string
|
|
} |