AWS MSK Kafka Cluster Terraform module

Upstream version 3.3.0
0 controls from Registry requirements

Terraform Module Source

registry.compliance.tf/terraform-aws-modules/msk-kafka-cluster/aws
NameTypeDescriptionSensitive
appautoscaling_policy_arnThe ARN assigned by AWS to the scaling policy
appautoscaling_policy_nameThe scaling policy's name
appautoscaling_policy_policy_typeThe scaling policy's type
arnAmazon Resource Name (ARN) of the MSK cluster
bootstrap_brokersComma separated list of one or more hostname:port pairs of Kafka brokers suitable to bootstrap connectivity to the Kafka cluster
bootstrap_brokers_plaintextComma 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`
bootstrap_brokers_publicComma separated list of one or more hostname:port pairs of Kafka brokers suitable to bootstrap connectivity to the Kafka cluster
bootstrap_brokers_public_sasl_iamOne or more DNS names (or IP addresses) and SASL IAM port pairs
bootstrap_brokers_public_sasl_scramOne or more DNS names (or IP addresses) and SASL SCRAM port pairs
bootstrap_brokers_public_tlsOne or more DNS names (or IP addresses) and TLS port pairs
bootstrap_brokers_sasl_iamOne 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`
bootstrap_brokers_sasl_scramOne 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`
bootstrap_brokers_tlsOne 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`
bootstrap_brokers_vpc_connectivityComma separated list of one or more hostname:port pairs of Kafka brokers suitable to bootstrap connectivity to the Kafka cluster
bootstrap_brokers_vpc_connectivity_sasl_iamOne or more DNS names (or IP addresses) and SASL IAM port pairs for VPC connectivity
bootstrap_brokers_vpc_connectivity_sasl_scramOne or more DNS names (or IP addresses) and SASL SCRAM port pairs for VPC connectivity
bootstrap_brokers_vpc_connectivity_tlsOne or more DNS names (or IP addresses) and TLS port pairs for VPC connectivity
cluster_nameName of the MSK cluster
cluster_uuidUUID of the MSK cluster, for use in IAM policies
configuration_arnAmazon Resource Name (ARN) of the configuration
configuration_latest_revisionLatest revision of the configuration
connect_custom_pluginsA map of output attributes for the connect custom plugins created
connect_worker_configuration_arnThe Amazon Resource Name (ARN) of the worker configuration
connect_worker_configuration_latest_revisionAn ID of the latest successfully created revision of the worker configuration
current_versionCurrent version of the MSK Cluster used for updates, e.g. `K13V1IB3VIYZZH`
log_group_arnThe Amazon Resource Name (ARN) specifying the log group
schema_registriesA map of output attributes for the schema registries created
schemasA map of output attributes for the schemas created
scram_secret_association_idAmazon Resource Name (ARN) of the MSK cluster
topicsA map of output attributes for the MSK topics created
vpc_connectionsA map of output attributes for the VPC connections created
zookeeper_connect_stringA comma separated list of one or more hostname:port pairs to use to connect to the Apache Zookeeper cluster. The returned values are sorted alphabetically
zookeeper_connect_string_tlsA comma separated list of one or more hostname:port pairs to use to connect to the Apache Zookeeper cluster via TLS. The returned values are sorted alphabetically