Skip to content

Commit

Permalink
fix doc for Datastream Postgres connection profile (GoogleCloudPlatfo…
Browse files Browse the repository at this point in the history
  • Loading branch information
ahryniv authored and BBBmau committed Oct 23, 2024
1 parent f89d6ce commit 0da8c8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "google_datastream_connection_profile" "source" {

postgresql_profile {
hostname = "hostname"
port = 3306
port = 5432
username = "user"
password = "pass"
database = "postgres"
Expand Down

0 comments on commit 0da8c8b

Please sign in to comment.