/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: MIT-0 */ terraform { required_providers { aws = { source = "hashicorp/aws" version = "~> 3.0" configuration_aliases = [ aws.network_hub ] } } required_version = "~> 1.1" }