20 lines
548 B
Python
20 lines
548 B
Python
# terrascript/provider/greg-gajda/po.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:24:56 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class po(terrascript.Provider):
|
|
"""This is a terraform provider for prometheus operator"""
|
|
|
|
__description__ = "This is a terraform provider for prometheus operator"
|
|
__namespace__ = "greg-gajda"
|
|
__name__ = "po"
|
|
__source__ = "https://github.com/greg-gajda/terraform-provider-po"
|
|
__version__ = "1.0.0"
|
|
__published__ = "2020-08-12T10:43:37Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["po"]
|