UPD: updated variable comment for sns-kms-key-arn
This commit is contained in:
parent
58148f895d
commit
9371ec8e5b
@ -67,12 +67,12 @@ An error occurred (ValidationException) when calling the PutAccountConfiguration
|
|||||||
|
|
||||||
## Inputs
|
## Inputs
|
||||||
|
|
||||||
| Name | Description | Type | Default | Required |
|
| Name | Description | Type | Default | Required |
|
||||||
|------|-------------|------|---------|:--------:|
|
|------|----------------------------------------------------------------------------------|------|---------|:--------:|
|
||||||
| days-before-expiry | ACM DaysBeforeExpiry account configuration | `number` | `45` | no |
|
| days-before-expiry | ACM DaysBeforeExpiry account configuration | `number` | `45` | no |
|
||||||
| email-addresses | Set of email addresses to receive SNS notifications | `set(string)` | n/a | yes |
|
| email-addresses | Set of email addresses to receive SNS notifications | `set(string)` | n/a | yes |
|
||||||
| res-prefix | Resource name prefix | `string` | `"aws"` | no |
|
| res-prefix | Resource name prefix | `string` | `"aws"` | no |
|
||||||
| sns-kms-key-arn | ARN of KMS key used for SNS encryption | `string` | `null` | no |
|
| sns-kms-key-arn | ARN of KMS key used for SNS encryption. This key must allow events.amazonaws.com | `string` | `null` | no |
|
||||||
|
|
||||||
## Outputs
|
## Outputs
|
||||||
|
|
||||||
|
@ -17,6 +17,6 @@ variable "res-prefix" {
|
|||||||
|
|
||||||
variable "sns-kms-key-arn" {
|
variable "sns-kms-key-arn" {
|
||||||
type = string
|
type = string
|
||||||
description = "ARN of KMS key used for SNS encryption"
|
description = "ARN of KMS key used for SNS encryption. This key must allow events.amazonaws.com"
|
||||||
default = null
|
default = null
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user