We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea14a5a commit 4aa8823Copy full SHA for 4aa8823
managedkafka/managedkafka_create_connector_mirrormaker2_source/main.tf
@@ -121,7 +121,7 @@ resource "google_managed_kafka_connector" "default" {
121
"target.cluster.bootstrap.servers" = "target_cluster_dns"
122
# You can define an exclusion policy for topics as follows:
123
# To exclude internal MirrorMaker 2 topics, internal topics and replicated topics,.
124
- "topics.exclude" = "mm2.*\\.internal,.*\\.replica,__.*"
+ "topics.exclude" = "mm2.*\\.internal,.*\\.replica,__.*"
125
}
126
127
provider = google-beta
0 commit comments