From 0da8c8b8f11a95b9288e9c7724afc42246844e8b Mon Sep 17 00:00:00 2001 From: Andrii Hryniv Date: Fri, 11 Oct 2024 21:21:02 +0300 Subject: [PATCH] fix doc for Datastream Postgres connection profile (#11983) --- .../terraform/examples/datastream_stream_postgresql.tf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv1/templates/terraform/examples/datastream_stream_postgresql.tf.tmpl b/mmv1/templates/terraform/examples/datastream_stream_postgresql.tf.tmpl index f83b8d3bfa16..3c2dbc7814d5 100644 --- a/mmv1/templates/terraform/examples/datastream_stream_postgresql.tf.tmpl +++ b/mmv1/templates/terraform/examples/datastream_stream_postgresql.tf.tmpl @@ -5,7 +5,7 @@ resource "google_datastream_connection_profile" "source" { postgresql_profile { hostname = "hostname" - port = 3306 + port = 5432 username = "user" password = "pass" database = "postgres"