import {
  to = aws_ecs_cluster.aomap_txmgr_ecs
  id = "aomap-txmgr-ecs"
}


import {
  to = aws_ecs_service.aomap_txmgr
  id = "aomap-txmgr-ecs/aomap-txmgr"
}

import {
  to = aws_cloudwatch_log_group.aomap_txmgr_logs
  id = "aomap-txmgr-logs"
}

import {
  to = aws_cloudwatch_log_subscription_filter.txmgr_logs
  id = "aomap-txmgr-logs|txmgr-logs"
}