feat: 🎸 (modules/cloudsql-instance): enable require_ssl cert support (#1588)

This commit is contained in:
erabusi
2023-08-14 15:07:03 +05:30
committed by GitHub
parent ec56a86bbd
commit f9509ad6b7
3 changed files with 11 additions and 3 deletions

View File

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