Skip to content

Commit 5d586ec

Browse files
Fix fmt issues
1 parent b37d57e commit 5d586ec

File tree

1 file changed

+6
-6
lines changed
  • examples/mongodbatlas_stream_connection

1 file changed

+6
-6
lines changed

examples/mongodbatlas_stream_connection/main.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ resource "mongodbatlas_stream_connection" "example-kafka-oauthbearer" {
6262
connection_name = "KafkaOAuthbearerConnection"
6363
type = "Kafka"
6464
authentication = {
65-
mechanism = "OAUTHBEARER"
66-
token_endpoint_url = "https://your-domain.com/oauth/token"
67-
client_id = "auth0Client"
68-
client_secret = var.kafka_client_secret
69-
scope = "read:messages write:messages"
65+
mechanism = "OAUTHBEARER"
66+
token_endpoint_url = "https://your-domain.com/oauth/token"
67+
client_id = "auth0Client"
68+
client_secret = var.kafka_client_secret
69+
scope = "read:messages write:messages"
7070
sasl_oauthbearer_extensions = "logicalCluster=lkc-kmom,identityPoolId=pool-lAr"
71-
https_ca_pem = "pemtext"
71+
https_ca_pem = "pemtext"
7272
}
7373
bootstrap_servers = "localhost:9092,localhost:9092"
7474
config = {

0 commit comments

Comments
 (0)