You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/basic/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,9 @@ No inputs.
60
60
| <aname="output_arn"></a> [arn](#output\_arn)| Amazon Resource Name (ARN) of the MSK cluster |
61
61
| <aname="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 |
62
62
| <aname="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
+
| <aname="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
+
| <aname="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
+
| <aname="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. |
63
66
| <aname="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`|
64
67
| <aname="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`|
65
68
| <aname="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