Skip to content

Commit e544973

Browse files
committed
Add description for ydb_table.store
1 parent f076ca1 commit e544973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/terraform/table/resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func ResourceSchema() map[string]*schema.Schema {
172172
},
173173
"store": {
174174
Type: schema.TypeString,
175-
Description: "",
175+
Description: "Table storage type. Set to `column` for column-oriented tables. Omit for row-oriented tables (default).",
176176
Optional: true,
177177
ForceNew: true,
178178
ValidateFunc: validation.StringInSlice([]string{"column"}, true),

0 commit comments

Comments
 (0)