python-terrascript/terrascript/provider/llomgui/openshift.py

20 lines
526 B
Python

# terrascript/provider/llomgui/openshift.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:23:47 UTC)
import terrascript
class openshift(terrascript.Provider):
"""Terraform Openshift provider"""
__description__ = "Terraform Openshift provider"
__namespace__ = "llomgui"
__name__ = "openshift"
__source__ = "https://github.com/llomgui/terraform-provider-openshift"
__version__ = "1.1.0"
__published__ = "2020-06-18T08:51:16Z"
__tier__ = "community"
__all__ = ["openshift"]