20 lines
545 B
Python
20 lines
545 B
Python
# terrascript/provider/yannh/statuspage.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:27:54 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class statuspage(terrascript.Provider):
|
|
"""A Terraform provider for Statuspage.io"""
|
|
|
|
__description__ = "A Terraform provider for Statuspage.io"
|
|
__namespace__ = "yannh"
|
|
__name__ = "statuspage"
|
|
__source__ = "https://github.com/yannh/terraform-provider-statuspage"
|
|
__version__ = "0.1.7"
|
|
__published__ = "2021-01-13T22:23:26Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["statuspage"]
|