mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-05-22 23:49:44 +02:00
17 lines
333 B
Terraform
17 lines
333 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"
|
|
}
|
|
|
|
variable "sns_topic_arn" {
|
|
description = "The ARN of the SNS topic for Lambda alarms"
|
|
type = string
|
|
}
|