/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: MIT-0 */ terraform { required_providers { aws = { source = "hashicorp/aws" } } } provider "aws" { region = "eu-west-2" }