Skip to content

Commit

Permalink
Add outputs for the sqs sns subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
JoryUK committed Nov 20, 2019
1 parent 23eb73c commit 84069fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/sqs_consume_sns/outputs.tf
Original file line number Diff line number Diff line change
@@ -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}"
}

0 comments on commit 84069fe

Please sign in to comment.