[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:
Brandon Tucker
2026-05-14 15:25:00 -06:00
committed by GitHub
parent 2e2bf0150a
commit 76c6d4f404
2 changed files with 19 additions and 15 deletions

View File

@@ -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