Skip to content

Terraform module that is making an existing MSK public.

Notifications You must be signed in to change notification settings

sagivle/terraform-aws-public-msk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS Public MSK Terraform 0.11 module

GitHub tag (latest by date)

Terraform module that exposes an existing MSK cluster to the internet.

Usage

module "public_msk" {
  source = "sagivle/terraform-aws-public-msk/aws"

  deploy_name      = "my_msk"
  module_enabled   = true
  environment      = "prod"
}

Inputs

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

Requirements

  • An existing MSK cluster.
  • MSK in public subnets.
  • MSK configured to use TLS.

About

Terraform module that is making an existing MSK public.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages