20 lines
527 B
Python
20 lines
527 B
Python
# terrascript/provider/nauxliu/cronitor.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:14:46 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class cronitor(terrascript.Provider):
|
|
"""Terraform Provider for Cronitor"""
|
|
|
|
__description__ = "Terraform Provider for Cronitor"
|
|
__namespace__ = "nauxliu"
|
|
__name__ = "cronitor"
|
|
__source__ = "https://github.com/nauxliu/terraform-provider-cronitor"
|
|
__version__ = "1.0.8"
|
|
__published__ = "2020-09-02T15:36:09Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["cronitor"]
|