20 lines
564 B
Python
20 lines
564 B
Python
# terrascript/provider/invidian/uptimerobot.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:29:51 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class uptimerobot(terrascript.Provider):
|
|
"""A terraform provider for UptimeRobot"""
|
|
|
|
__description__ = "A terraform provider for UptimeRobot"
|
|
__namespace__ = "invidian"
|
|
__name__ = "uptimerobot"
|
|
__source__ = "https://github.com/invidian/terraform-provider-uptimerobot"
|
|
__version__ = "0.5.1-gb83a310"
|
|
__published__ = "2021-09-02T16:48:31Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["uptimerobot"]
|