terraform/ec2/linux/providers.tf (5 lines of code) (raw):

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT provider "aws" { region = var.region }