Skip to content

Commit 732530f

Browse files
authored
fix: update system schemas list
1 parent bfadb0b commit 732530f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ variable "mountpoints" {
218218
variable "system_schemas" {
219219
type = set(string)
220220
description = "Set of strings with all possible System Schema names"
221-
default = ["access", "compute", "marketplace", "storage"]
221+
default = ["access", "compute", "marketplace", "storage", "serving", "query", "lakeflow"]
222222
}
223223

224224
variable "system_schemas_enabled" {

0 commit comments

Comments
 (0)