We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ydb_table.store
1 parent f076ca1 commit e544973Copy full SHA for e544973
sdk/terraform/table/resource.go
@@ -172,7 +172,7 @@ func ResourceSchema() map[string]*schema.Schema {
172
},
173
"store": {
174
Type: schema.TypeString,
175
- Description: "",
+ Description: "Table storage type. Set to `column` for column-oriented tables. Omit for row-oriented tables (default).",
176
Optional: true,
177
ForceNew: true,
178
ValidateFunc: validation.StringInSlice([]string{"column"}, true),
0 commit comments