/terraform-aws-sqs-subscriber

Primary LanguageHCLApache License 2.0Apache-2.0

terraform-aws-sqs-subscriber

Requirements

Name Version
aws ~> 5.0

Providers

Name Version
aws ~> 5.0

Modules

No modules.

Resources

Name Type
aws_sns_topic_subscription.this resource
aws_sqs_queue.this resource

Inputs

Name Description Type Default Required
prefix Prefix to add to the resources string n/a yes
sns_topic_arn The ARN of the SNS topic to subscribe to string n/a yes
sns_topic_name The name of the SNS topic to subscribe to string n/a yes
sqs_name The name of the SQS Queue string n/a yes
tags Tags to apply to the resources generated by this module map(string) n/a yes

Outputs

Name Description
sqs_arn ARN for the SQS Queue