[Cloud SQL] Add and pass-through vars.users.database_roles (#3968)
* Fix weekly_schedule config section for secondary instance * Add and pass-through vars.users.database_roles * Merge from upstream --------- Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
@@ -332,6 +332,7 @@ variable "users" {
|
||||
password = optional(string)
|
||||
password_version = optional(number)
|
||||
type = optional(string, "BUILT_IN")
|
||||
database_roles = optional(list(string))
|
||||
}))
|
||||
default = {}
|
||||
nullable = false
|
||||
|
||||
Reference in New Issue
Block a user