added root password support for MS SQL Server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user