variable "platform" {
  type = map(string)

  default = {
    name        = "security"
    prefix      = "dev-whitelist"
    environment = "Development"
  }
}



variable "admin_users" {
  type        = list(string)
  description = ""
}

variable "tags" {
  type = map(string)

  default = {
    managed_by               = "Terraform"
    platform                 = "Whitelist"
    environment              = "Common"
    project                  = "Security"
    plat_env_project_service = "WTLST_CMN_SEC"
    application_family       = "youtube-audit"
  }
}
