package
Version:
v0.0.16
Opens a new window with list of versions in this module.
Published: Feb 2, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
ydb_table_index resource
Example
resource "ydb_table_index" "index" {
table_path = "path/to/table"
connection_string = "grpc://localhost:2136/?database=/local"
name = "my_index"
type = "global_sync"
columns = ["a", "b"]
cover = ["c"]
}
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.