Skip to content

Commit

Permalink
document sasl_mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
squ1d123 authored and Mongey committed Apr 14, 2019
1 parent 0309160 commit 63457a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ provider "kafka" {
| `tls_enabled` | Enable communication with the Kafka Cluster over TLS. | `false` |
| `sasl_username` | Username for SASL authentication. | `""` |
| `sasl_password` | Password for SASL authentication. | `""` |
| `sasl_mechanism` | Mechanism for SASL authentication. Allowed values are plain, scram-sha512 and scram-sha256 | `plain` |
## Resources
### `kafka_topic`
Expand Down

0 comments on commit 63457a8

Please sign in to comment.