## Requirements | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.3.1 | | [aws](#requirement\_aws) | >= 4.10.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | 4.43.0 | ## Modules No modules. ## Resources | Name | Type | |------|------| | [aws_sns_topic.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_topic) | resource | | [aws_sns_topic_subscription.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_topic_subscription) | resource | ## Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [delivery](#input\_delivery) | The topic delivery json. | `any` | n/a | yes | | [emails](#input\_emails) | The subscription emails. | `any` | n/a | yes | | [name](#input\_name) | The topic name. | `string` | n/a | yes | | [protocol](#input\_protocol) | The subscription protocol. | `string` | n/a | yes | ## Outputs | Name | Description | |------|-------------| | [name](#output\_name) | The topic name. |