initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
variable "email-addresses" {
|
||||
type = set(string)
|
||||
description = "Set of email addresses to receive SNS notifications"
|
||||
}
|
||||
|
||||
variable "days-before-expiry" {
|
||||
type = number
|
||||
description = "ACM DaysBeforeExpiry account configuration"
|
||||
default = 45
|
||||
}
|
||||
|
||||
variable "res-prefix" {
|
||||
type = string
|
||||
description = "Resource name prefix"
|
||||
default = "aws"
|
||||
}
|
||||
|
||||
variable "sns-kms-key-arn" {
|
||||
type = string
|
||||
description = "ARN of KMS key used for SNS encryption. This key must allow events.amazonaws.com"
|
||||
default = null
|
||||
}
|
||||
Reference in New Issue
Block a user