add support for data cache to cloud sql module (#2209)
This commit is contained in:
committed by
GitHub
parent
1b44af595c
commit
e08ff19cd9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user