initial commit of replacement infrastructure automation
[awsible] / infrastructure / management-stack / outputs.tf
diff --git a/infrastructure/management-stack/outputs.tf b/infrastructure/management-stack/outputs.tf
new file mode 100644 (file)
index 0000000..c8ee8dc
--- /dev/null
@@ -0,0 +1,4 @@
+output "alerts_topic_arn" { value = "${module.management-stack.alerts_topic_arn}" }
+output "events_topic_arn" { value = "${module.management-stack.events_topic_arn}" }
+output "events_queue_name" { value = "${module.management-stack.events_queue_name}" }
+output "management_data_efs_id" { value = "${module.management-stack.management_data_efs_id}" }