Skip to content

Commit

Permalink
doc/user: update Terraform example (#24953)
Browse files Browse the repository at this point in the history
  • Loading branch information
morsapaes authored Feb 5, 2024
1 parent 96b27cb commit 9d7753a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user/content/manage/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ resource "materialize_connection_postgres" "example_postgres_connection" {
resource "materialize_source_postgres" "example_source_postgres" {
name = "source_postgres"
schema_name = "schema"
size = "3xsmall"
cluster_name = "quickstart"
postgres_connection {
name = "pg_connection"
# Optional parameters
Expand Down

0 comments on commit 9d7753a

Please sign in to comment.