provider "aws" {
  region  = var.aws_region_id
  profile = var.aws_profile
}
provider "aws" {
  alias   = "eu-west-1"
  region  = "eu-west-1"
  profile = var.aws_profile
}
provider "aws" {
  alias   = "eu-west-2"
  region  = "eu-west-2"
  profile = var.aws_profile
}
