initial commit of replacement infrastructure automation
[awsible] / infrastructure / management-stack / outputs.tf
1 output "alerts_topic_arn" { value = "${module.management-stack.alerts_topic_arn}" }
2 output "events_topic_arn" { value = "${module.management-stack.events_topic_arn}" }
3 output "events_queue_name" { value = "${module.management-stack.events_queue_name}" }
4 output "management_data_efs_id" { value = "${module.management-stack.management_data_efs_id}" }