diff --git a/datastream_connection_profile_full/main.tf b/datastream_connection_profile_full/main.tf index eccac629..4fd7e7c5 100644 --- a/datastream_connection_profile_full/main.tf +++ b/datastream_connection_profile_full/main.tf @@ -7,13 +7,6 @@ resource "google_datastream_connection_profile" "default" { bucket = "my-bucket" root_path = "/path" } - - forward_ssh_connectivity { - hostname = "google.com" - username = "my-user" - port = 8022 - password = "swordfish" - } labels = { key = "value" }