Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 286 Bytes

File metadata and controls

14 lines (11 loc) · 286 Bytes

ydb_table_changefeed resource

Example

resource "ydb_table_changefeed" "changefeed" {
    table_path        = "path/to/table"
    connection_string = "grpc://localhost:2136/?database=/local"

    name     = "changefeed"
    mode     = "NEW_IMAGE"
    format   = "JSON"
}