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

provider "aws" {
  alias   = "gdb-core-dev"
  profile = "gdb-core-dev"
  region  = var.aws_region_id
}
