// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 AWS_REGION = "us-west-2" AWS_BACKUP_REGION = "us-east-1" APP = "trade-matching" APP_SHORT = "tm" ENV = "awsd1" CIDR = "10.2.0.0/16" PEER_CIDR = ["10.1.0.0/16", "10.3.0.0/16", "10.4.0.0/16"] PRIVATE_SUBNETS = ["10.2.1.0/24", "10.2.2.0/24", "10.2.3.0/24"] PUBLIC_SUBNETS = ["10.2.4.0/24", "10.2.5.0/24", "10.2.6.0/24"] TRADE_FLOW = true SETTLEMENT_FLOW = true