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