/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: MIT-0 */ # --- centralized_service_network/service-account/variables.tf --- variable "aws_region" { type = string description = "AWS Region." default = "eu-west-1" } variable "central_aws_account" { type = string description = "AWS Account - Central." }