# Copyright (c) HashiCorp, Inc. # SPDX-License-Identifier: MPL-2.0 terraform { required_providers { aws = { source = "hashicorp/aws" version = "~> 3.0" } } }