feat: 🎸 (modules/cloudsql-instance): enable require_ssl cert support (#1588)
This commit is contained in:
@@ -167,6 +167,12 @@ variable "replicas" {
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "require_ssl" {
|
||||
description = "Enable SSL connections only."
|
||||
type = bool
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "root_password" {
|
||||
description = "Root password of the Cloud SQL instance. Required for MS SQL Server."
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user