20 lines
591 B
Python
20 lines
591 B
Python
# terrascript/provider/Mongey/kafka_connect.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:20:11 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class kafka_connect(terrascript.Provider):
|
|
"""Terraform provider for managing Apache Kafka Connect"""
|
|
|
|
__description__ = "Terraform provider for managing Apache Kafka Connect"
|
|
__namespace__ = "Mongey"
|
|
__name__ = "kafka-connect"
|
|
__source__ = "https://github.com/Mongey/terraform-provider-kafka-connect"
|
|
__version__ = "0.2.3"
|
|
__published__ = "2020-08-11T21:12:29Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["kafka_connect"]
|