nebula/modules/postgres/vars.tf

11 lines
161 B
HCL

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