Skip to content

Commit

Permalink
Update docs to correctly show tls is enabled by default
Browse files Browse the repository at this point in the history
Fixes #235
  • Loading branch information
Mongey committed May 7, 2022
1 parent a3095c4 commit 8f42696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In addition to [generic `provider` arguments](https://www.terraform.io/docs/conf
* `skip_tls_verify` - (Optional) Skip TLS verification. Default `false`.

* `tls_enabled` - (Optional) Enable communication with the Kafka Cluster over TLS.
Default `false`.
Default `true`.

* `sasl_username` - (Optional) Username for SASL authentication.

Expand Down

0 comments on commit 8f42696

Please sign in to comment.