## Provider Section ##
#
#terraform {
#  required_providers {
#    aws = {
#      source  = "hashicorp/aws"
#      version = "~> 4.3"
#    }
#  }
#}
#
#provider "aws" {
#  region = "us-east-1"
#  assume_role {
#    role_arn = "arn:aws:iam::${var.account_id}:role/AnsibleAWSServiceAccess-AMP-D"
#  }
#}
