initial commit of replacement infrastructure automation
[awsible] / infrastructure / modules / management-stack / outputs.tf
diff --git a/infrastructure/modules/management-stack/outputs.tf b/infrastructure/modules/management-stack/outputs.tf
new file mode 100644 (file)
index 0000000..e03c6eb
--- /dev/null
@@ -0,0 +1,4 @@
+output "alerts_topic_arn" { value = "${aws_sns_topic.management-alerts.arn}" }
+output "events_topic_arn" { value = "${aws_sns_topic.management-events.arn}" }
+output "events_queue_name" { value = "${aws_sqs_queue.management-events-queue.name}" }
+output "management_data_efs_id" { value = "${var.management_data_efs > 0 ? aws_efs_file_system.management-data.id : ""}" }