nebula/modules/postgres/vars.tf

10 lines
164 B
HCL

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