Skip to content

Commit 29352e2

Browse files
Fix documentation example for datastream connection profile (#13675) (#22396)
[upstream:654cde936fef9d522439e29f8ecbea57cc5d757f] Signed-off-by: Modular Magician <[email protected]>
1 parent 8a8140f commit 29352e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/datastream_connection_profile.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ resource "google_datastream_connection_profile" "default" {
365365
display_name = "Salesforce Source"
366366
location = "us-central1"
367367
connection_profile_id = "source-profile"
368-
create_without_validation: true
368+
create_without_validation = true
369369
provider = google-beta
370370
371371
salesforce_profile {

0 commit comments

Comments
 (0)