20 lines
615 B
Python
20 lines
615 B
Python
# terrascript/provider/Mongey/confluentcloud.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:14:33 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class confluentcloud(terrascript.Provider):
|
|
"""A Terraform provider for managing resource in confluent.cloud"""
|
|
|
|
__description__ = "A Terraform provider for managing resource in confluent.cloud"
|
|
__namespace__ = "Mongey"
|
|
__name__ = "confluentcloud"
|
|
__source__ = "https://github.com/Mongey/terraform-provider-confluentcloud"
|
|
__version__ = "0.0.12"
|
|
__published__ = "2021-08-02T14:37:57Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["confluentcloud"]
|