Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar> |
||
---|---|---|
.. | ||
README.md | ||
main.tf | ||
outputs.tf | ||
variables.tf | ||
versions.tf |
README.md
Requirements
Name | Version |
---|---|
terraform | >= 1.3.1 |
aws | >= 4.10.0 |
Providers
Name | Version |
---|---|
aws | 4.43.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
aws_sns_topic.this | resource |
aws_sns_topic_subscription.this | resource |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
delivery | The topic delivery json. | any |
n/a | yes |
emails | The subscription emails. | any |
n/a | yes |
name | The topic name. | string |
n/a | yes |
protocol | The subscription protocol. | string |
n/a | yes |
Outputs
Name | Description |
---|---|
name | The topic name. |