From 84069fe8ec6f74981b09e35be1b368dc5949e8b2 Mon Sep 17 00:00:00 2001 From: Phil Jory Date: Wed, 20 Nov 2019 13:59:58 +0100 Subject: [PATCH] Add outputs for the sqs sns subscription --- apps/sqs_consume_sns/outputs.tf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/sqs_consume_sns/outputs.tf b/apps/sqs_consume_sns/outputs.tf index e69de29b..041544fb 100644 --- a/apps/sqs_consume_sns/outputs.tf +++ b/apps/sqs_consume_sns/outputs.tf @@ -0,0 +1,7 @@ +output "sqs_queue_arn" { + value = "${aws_sqs_queue.sqs_queue.arn}" +} + +output "sqs_error_queue_arn" { + value = "${aws_sqs_queue.sqs_error_queue.arn}" +} \ No newline at end of file