File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
examples/mongodbatlas_stream_connection Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ resource "mongodbatlas_stream_connection" "example-kafka-oauthbearer" {
62
62
connection_name = " KafkaOAuthbearerConnection"
63
63
type = " Kafka"
64
64
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"
70
70
sasl_oauthbearer_extensions = " logicalCluster=lkc-kmom,identityPoolId=pool-lAr"
71
- https_ca_pem = " pemtext"
71
+ https_ca_pem = " pemtext"
72
72
}
73
73
bootstrap_servers = " localhost:9092,localhost:9092"
74
74
config = {
You can’t perform that action at this time.
0 commit comments