// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 variable "AWS_REGION" { type = string } variable "AWS_PRIMARY_REGION" { type = string } variable "AWS_SECONDARY_REGION" { type = string } variable "NAME" { type = string } variable "SUFFIX" { type = string }