terraform.aws-baseline-infra/modules/ManagementGovernance/SnsTopicEmailSubscription
2024-02-28 22:43:11 +08:00
..
main.tf NEW: SnsTopicEmailSubscription module 2024-02-28 22:43:11 +08:00
outputs.tf NEW: SnsTopicEmailSubscription module 2024-02-28 22:43:11 +08:00
README.md NEW: SnsTopicEmailSubscription module 2024-02-28 22:43:11 +08:00
variables.tf NEW: SnsTopicEmailSubscription module 2024-02-28 22:43:11 +08:00
versions.tf NEW: SnsTopicEmailSubscription module 2024-02-28 22:43:11 +08:00

Requirements

Name Version
terraform >= 1.3.0
aws >= 5.0

Providers

Name Version
aws >= 5.0

Modules

No modules.

Resources

Name Type
aws_sns_topic.this resource
aws_sns_topic_subscription.this resource
aws_caller_identity.this data source
aws_region.this data source

Inputs

Name Description Type Default Required
email-addresses Email recipients of SNS notifications set(string) n/a yes
kms-key-id KMS key id for SNS topic at-rest encryption. Make sure the sender has access to this key string n/a yes
sender ARN of SNS sender or sending service name string n/a yes
sender-type Sender principal type. Value should be either AWS or Service string n/a yes
sns-topic-description SNS topic display name string n/a yes
sns-topic-name Name of SNS topic string n/a yes

Outputs

Name Description
sns-topic-arn n/a

Authorship

This module was developed by xpk.