provider "aws" {
  profile                 = var.aws_profile
  region                  = var.aws_region_id
}

provider "aws" {
  alias = "gdb-infra-dev"

  profile = "gdb-infra-dev"
  region  = var.aws_region_id
}
