Skip to content

Commit

Permalink
Terraform Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev authored and github-actions[bot] committed Dec 18, 2024
1 parent d5a738b commit b73611f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/resources/source_table_kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ resource "materialize_source_table_kafka" "kafka_source_table" {

### Optional

- `comment` (String) **Public Preview** Comment on an object in the database.
- `comment` (String) Comment on an object in the database.
- `database_name` (String) The identifier for the source table database in Materialize. Defaults to `MZ_DATABASE` environment variable if set or `materialize` if environment variable is not set.
- `envelope` (Block List, Max: 1) How Materialize should interpret records (e.g. append-only, upsert).. (see [below for nested schema](#nestedblock--envelope))
- `expose_progress` (Block List, Max: 1) The name of the progress collection for the source. If this is not specified, the collection will be named `<src_name>_progress`. (see [below for nested schema](#nestedblock--expose_progress))
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/source_table_load_generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "materialize_source_table_load_generator" "load_generator_table_from_so

### Optional

- `comment` (String) **Public Preview** Comment on an object in the database.
- `comment` (String) Comment on an object in the database.
- `database_name` (String) The identifier for the table database in Materialize. Defaults to `MZ_DATABASE` environment variable if set or `materialize` if environment variable is not set.
- `ownership_role` (String) The owernship role of the object.
- `region` (String) The region to use for the resource connection. If not set, the default region is used.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/source_table_mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "materialize_source_table_mysql" "mysql_table_from_source" {

### Optional

- `comment` (String) **Public Preview** Comment on an object in the database.
- `comment` (String) Comment on an object in the database.
- `database_name` (String) The identifier for the table database in Materialize. Defaults to `MZ_DATABASE` environment variable if set or `materialize` if environment variable is not set.
- `exclude_columns` (List of String) Exclude specific columns when reading data from MySQL. This option used to be called `ignore_columns`.
- `ownership_role` (String) The owernship role of the object.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/source_table_postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "materialize_source_table_postgres" "postgres_table_from_source" {

### Optional

- `comment` (String) **Public Preview** Comment on an object in the database.
- `comment` (String) Comment on an object in the database.
- `database_name` (String) The identifier for the table database in Materialize. Defaults to `MZ_DATABASE` environment variable if set or `materialize` if environment variable is not set.
- `ownership_role` (String) The owernship role of the object.
- `region` (String) The region to use for the resource connection. If not set, the default region is used.
Expand Down

0 comments on commit b73611f

Please sign in to comment.