You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
variable "users" {
description = "The list of users to be created in PgBouncer's userlist.txt. Passwords can be provided as plain-text or md5 hashes."
type = list(object({
name = string,
password = string
}))
}
Describe the bug
#6
in examples
users
is list ob objectSteps to reproduce
I wonder is this project still working ??
Expected behavior
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: