nebula/modules/postgres/vars.tf

10 lines
164 B
Terraform
Raw Permalink Normal View History

2018-07-28 14:49:20 +00:00
variable "name" {
description = "database/role name"
type = "string"
}
variable "password" {
description = "role password"
type = "string"
}