Skip to content

mgrzybek/terraform-module-strimzi-topic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-module-strimzi-topic

A Terraform-based module to create a topic using Strimzi CRD

Requirements

No requirements.

Providers

Name Version
kubernetes n/a

Modules

No modules.

Resources

Name Type
kubernetes_manifest.topic resource

Inputs

Name Description Type Default Required
kafka_cluster Name of the topic to create string n/a yes
name name of the topic to create string n/a yes
namespace Cluster’s namespace string n/a yes
partitions Number of partitions used to shard the topic number n/a yes
replicas Number of replicas number n/a yes

Outputs

No outputs.

About

A Terraform-based module to create a topic using Strimzi CRD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages