added root password support for MS SQL Server

This commit is contained in:
cmalpe
2022-09-29 10:57:19 +00:00
parent 46f8cb1d71
commit 2e51bdd8c4
3 changed files with 11 additions and 3 deletions

View File

@@ -129,6 +129,12 @@ variable "replicas" {
default = {}
}
variable "root_password" {
description = "Root password of the Cloud SQL instance. Required for MS SQL Server"
type = string
default = null
}
variable "tier" {
description = "The machine type to use for the instances."
type = string