nebula/modules/postgres/vars.tf

11 lines
161 B
Terraform
Raw Normal View History

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