## Provider Section ##

#terraform {
#  required_providers {
#    aws = {
#      source  = "hashicorp/aws"
#      version = "~> 4.3"
#    }
#  }
#}
#
#provider "aws" {
#  region = "eu-central-1"
#  assume_role {
#    role_arn = "arn:aws:iam::887829410671:role/AnsibleAWSServiceAccess-AMP-D"
#  }
#}
