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