add support for data cache to cloud sql module (#2209)

This commit is contained in:
Ludovico Magnocavallo
2024-04-10 08:24:00 +02:00
committed by GitHub
parent 1b44af595c
commit e08ff19cd9
3 changed files with 39 additions and 24 deletions

View File

@@ -65,6 +65,13 @@ variable "connector_enforcement" {
default = null
}
variable "data_cache" {
description = "Enable data cache. Only used for Enterprise MYSQL and PostgreSQL."
type = bool
nullable = false
default = false
}
variable "database_version" {
description = "Database type and version to create."
type = string