Skip to content

Commit f28c331

Browse files
committed
Applying suggestions.
1 parent 4aa8823 commit f28c331

File tree

1 file changed

+4
-3
lines changed
  • managedkafka/managedkafka_create_connector_mirrormaker2_source

1 file changed

+4
-3
lines changed

managedkafka/managedkafka_create_connector_mirrormaker2_source/main.tf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,14 @@ resource "google_managed_kafka_connect_cluster" "default" {
6868
network_configs {
6969
primary_subnet = google_compute_subnetwork.default.id
7070
# As part of the configuration, ensure the Connect cluster has necessary access
71-
# to all MM2 source/target Kafka clusters. For more information on providing access,
72-
# see the documentation.
71+
# to all MM2 source/target Kafka clusters. For more information on configuring access,
72+
# see the documentation:
73+
# (https://cloud.google.com/managed-service-for-apache-kafka/docs/connect-cluster/create-mirrormaker-connector)
7374
# As an example, we enable network access to Kafka Clusters below using DNS domain names.
7475
# The format for DNS name should be:
7576
# "GMK_CLUSTER_ID.REGION.managedkafka.PROJECT_ID.cloud.goog.*"
7677
# Please note that we do NOT need to add the DNS name of the primary Kafka cluster to the
77-
# `dns_domain_names` list, as our Connect cluster is already connected to that.
78+
# `dns_domain_names` list, as our Connect cluster configures that automatically.
7879
dns_domain_names = ["DNS_DOMAIN_NAME"]
7980
}
8081
}

0 commit comments

Comments
 (0)