Skip to content

Commit d4317f6

Browse files
committed
expand documentation to the example readme
1 parent 2612e68 commit d4317f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/basic/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ No inputs.
6060
| <a name="output_arn"></a> [arn](#output\_arn) | Amazon Resource Name (ARN) of the MSK cluster |
6161
| <a name="output_bootstrap_brokers"></a> [bootstrap\_brokers](#output\_bootstrap\_brokers) | Comma separated list of one or more hostname:port pairs of kafka brokers suitable to bootstrap connectivity to the kafka cluster |
6262
| <a name="output_bootstrap_brokers_plaintext"></a> [bootstrap\_brokers\_plaintext](#output\_bootstrap\_brokers\_plaintext) | Comma separated list of one or more hostname:port pairs of kafka brokers suitable to bootstrap connectivity to the kafka cluster. Contains a value if `encryption_in_transit_client_broker` is set to `PLAINTEXT` or `TLS_PLAINTEXT` |
63+
| <a name="output_bootstrap_brokers_public_sasl_iam"></a> [bootstrap\_brokers\_public\_sasl\_iam](#output\_bootstrap\_brokers\_public\_sasl\_iam) | One or more DNS names (or IP addresses) and SASL IAM port pairs. This attribute will have a value if encryption\_info.0.encryption\_in\_transit.0.client\_broker is set to TLS\_PLAINTEXT or TLS and client\_authentication.0.sasl.0.iam is set to true and broker\_node\_group\_info.0.connectivity\_info.0.public\_access.0.type is set to SERVICE\_PROVIDED\_EIPS and the cluster fulfill all other requirements for public access. |
64+
| <a name="output_bootstrap_brokers_public_sasl_scram"></a> [bootstrap\_brokers\_public\_sasl\_scram](#output\_bootstrap\_brokers\_public\_sasl\_scram) | One or more DNS names (or IP addresses) and SASL SCRAM port pairs. This attribute will have a value if encryption\_info.0.encryption\_in\_transit.0.client\_broker is set to TLS\_PLAINTEXT or TLS and client\_authentication.0.sasl.0.scram is set to true and broker\_node\_group\_info.0.connectivity\_info.0.public\_access.0.type is set to SERVICE\_PROVIDED\_EIPS and the cluster fulfill all other requirements for public access. |
65+
| <a name="output_bootstrap_brokers_public_tls"></a> [bootstrap\_brokers\_public\_tls](#output\_bootstrap\_brokers\_public\_tls) | One or more DNS names (or IP addresses) and TLS port pairs. This attribute will have a value if encryption\_info.0.encryption\_in\_transit.0.client\_broker is set to TLS\_PLAINTEXT or TLS and broker\_node\_group\_info.0.connectivity\_info.0.public\_access.0.type is set to SERVICE\_PROVIDED\_EIPS and the cluster fulfill all other requirements for public access. |
6366
| <a name="output_bootstrap_brokers_sasl_iam"></a> [bootstrap\_brokers\_sasl\_iam](#output\_bootstrap\_brokers\_sasl\_iam) | One or more DNS names (or IP addresses) and SASL IAM port pairs. This attribute will have a value if `encryption_in_transit_client_broker` is set to `TLS_PLAINTEXT` or `TLS` and `client_authentication_sasl_iam` is set to `true` |
6467
| <a name="output_bootstrap_brokers_sasl_scram"></a> [bootstrap\_brokers\_sasl\_scram](#output\_bootstrap\_brokers\_sasl\_scram) | One or more DNS names (or IP addresses) and SASL SCRAM port pairs. This attribute will have a value if `encryption_in_transit_client_broker` is set to `TLS_PLAINTEXT` or `TLS` and `client_authentication_sasl_scram` is set to `true` |
6568
| <a name="output_bootstrap_brokers_tls"></a> [bootstrap\_brokers\_tls](#output\_bootstrap\_brokers\_tls) | One or more DNS names (or IP addresses) and TLS port pairs. This attribute will have a value if `encryption_in_transit_client_broker` is set to `TLS_PLAINTEXT` or `TLS` |

0 commit comments

Comments
 (0)