Terraform module that exposes an existing MSK cluster to the internet.
module "public_msk" {
source = "sagivle/terraform-aws-public-msk/aws"
deploy_name = "my_msk"
module_enabled = true
environment = "prod"
}
Name | Description | Type | Default | Required |
---|---|---|---|---|
deploy_name | The existing MSK cluster | string |
"" |
yes |
module_enabled | Install MSKs unless set to false | bool |
true |
no |
environment | Additional environment tags | string |
"" |
yes |
- An existing MSK cluster.
- MSK in public subnets.
- MSK configured to use TLS.