variable "name" {
  description = "database/role name"
  type        = string
}

variable "password" {
  description = "role password"
  type        = string
}