Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 2.36 KB

readme.md

File metadata and controls

32 lines (27 loc) · 2.36 KB

SASL secrets for the Kafka2SQS module

Requirements

Name Version
terraform >= 0.15
aws >= 3.74.3

Inputs

Name Description Type Default Required
kafka_password SASL PLAIN username password string n/a yes
kafka_secret_name Name of the secretsmanager certificate string "kafka_credentials" no
kafka_username SASL PLAIN username string n/a yes
schema_registry_password Schema registry password string n/a yes
schema_registry_secret_name Name of the secretsmanager certificate string "schema_registry_credentials" no
schema_registry_username Schema registry username string n/a yes

Outputs

Name Description
kafka_credentials_arn n/a
schema_registry_credentials_arn n/a

Resources

Name Type
aws_secretsmanager_secret.kafka_credentials resource
aws_secretsmanager_secret.schema_registry_credentials resource
aws_secretsmanager_secret_version.kafka_credentials resource
aws_secretsmanager_secret_version.schema_registry_credentials resource