initial commit of replacement infrastructure automation
[awsible] / infrastructure / modules / management-stack / outputs.tf
1 output "alerts_topic_arn" { value = "${aws_sns_topic.management-alerts.arn}" }
2 output "events_topic_arn" { value = "${aws_sns_topic.management-events.arn}" }
3 output "events_queue_name" { value = "${aws_sqs_queue.management-events-queue.name}" }
4 output "management_data_efs_id" { value = "${var.management_data_efs > 0 ? aws_efs_file_system.management-data.id : ""}" }