// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 data "aws_caller_identity" "current" {} data "aws_region" "current" {} resource "aws_cloudwatch_dashboard" "alarms_dashboard" { dashboard_name = "Trade-Matching-Alarms-Dashboard" dashboard_body = <