// 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 = "settlement" APP_SHORT = "sm" ENV = "awsd1" CIDR = "10.4.0.0/16" PEER_CIDR = ["10.1.0.0/16", "10.2.0.0/16", "10.3.0.0/16"] PRIVATE_SUBNETS = ["10.4.1.0/24", "10.4.2.0/24", "10.4.3.0/24"] PUBLIC_SUBNETS = ["10.4.4.0/24", "10.4.5.0/24", "10.4.6.0/24"] TRADE_FLOW = false SETTLEMENT_FLOW = true