# README

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"
}

# Functions

No description provided by the author
No description provided by the author
No description provided by the author