module "domains" {
  source = "../../../../modules/domains/atlas"
}

module "apollo_domains" {
  source = "../../../../modules/domains/apollo"
}

resource "random_string" "custom_header_prefix" {
  length  = 16
  special = false
}

module "cloudwatch_logs_retention_by_env" {
  source = "../../../../modules/cloudwatch/logs_retention_by_env"
}
