Skip to content

Commit 666d85e

Browse files
removed billing system schema, it is enabled by default
1 parent a0cd41c commit 666d85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
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", "billing", "compute", "marketplace", "storage"]
221+
default = ["access", "compute", "marketplace", "storage"]
222222
}
223223

224224
variable "system_schemas_enabled" {

0 commit comments

Comments
 (0)