/terraform-module-strimzi-topic

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

Primary LanguageHCLGNU General Public License v3.0GPL-3.0

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.