X-Git-Url: http://git.squeep.com/?p=awsible;a=blobdiff_plain;f=infrastructure%2Fmanagement-stack%2Foutputs.tf;fp=infrastructure%2Fmanagement-stack%2Foutputs.tf;h=c8ee8dc203004823b1ff9601d1ca38328a519c96;hp=0000000000000000000000000000000000000000;hb=8576668075ca95e44481d9c9ed29d7e6af024bdc;hpb=933c48ff1e134168de3aaa2d20e4d43c13d04928 diff --git a/infrastructure/management-stack/outputs.tf b/infrastructure/management-stack/outputs.tf new file mode 100644 index 0000000..c8ee8dc --- /dev/null +++ b/infrastructure/management-stack/outputs.tf @@ -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}" }