# Copyright Amazon.com, Inc. or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # terraform { required_version = ">= 0.15.1" required_providers { aws = { source = "hashicorp/aws" version = ">= 4.27.0" } } }