Skip to content

Commit

Permalink
docs/resource/aws_msk_cluster: Correct default value for client-broke…
Browse files Browse the repository at this point in the history
…r encryption setting. (#12177)

* Correct default value for client-broker encryption setting.

* Updated MSK docs to better explain client_broker default.

While TLS_PLAINTEXT is the default, if the parent block is omitted
the AWS default of TLS takes effect. The documentation did not
make this clear.
  • Loading branch information
matthewswain authored Mar 3, 2020
1 parent 8bf355c commit 5ff0705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/msk_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The following arguments are supported:

#### encryption_info encryption_in_transit Argument Reference

* `client_broker` - (Optional) Encryption setting for data in transit between clients and brokers. Valid values: `TLS`, `TLS_PLAINTEXT`, and `PLAINTEXT`. Default value: `TLS_PLAINTEXT`.
* `client_broker` - (Optional) Encryption setting for data in transit between clients and brokers. Valid values: `TLS`, `TLS_PLAINTEXT`, and `PLAINTEXT`. Default value is `TLS_PLAINTEXT` when `encryption_in_transit` block defined, but `TLS` when `encryption_in_transit` block omitted.
* `in_cluster` - (Optional) Whether data communication among broker nodes is encrypted. Default value: `true`.

#### open_monitoring Argument Reference
Expand Down

0 comments on commit 5ff0705

Please sign in to comment.