Time zone support for CloudSQL SQL Server (#2107)

* time zone for SQL Server

* removed nl

* fix line
This commit is contained in:
Amela Spica
2024-02-25 20:49:13 +01:00
committed by GitHub
parent 9a95ac10ed
commit 8e86f0e108
3 changed files with 9 additions and 1 deletions

View File

@@ -260,6 +260,12 @@ variable "tier" {
type = string
}
variable "time_zone" {
description = "The time_zone to be used by the database engine (supported only for SQL Server), in SQL Server timezone format."
type = string
default = null
}
variable "users" {
description = "Map of users to create in the primary instance (and replicated to other replicas). For MySQL, anything after the first `@` (if present) will be used as the user's host. Set PASSWORD to null if you want to get an autogenerated password. The user types available are: 'BUILT_IN', 'CLOUD_IAM_USER' or 'CLOUD_IAM_SERVICE_ACCOUNT'."
type = map(object({