20 lines
509 B
Python
20 lines
509 B
Python
# terrascript/provider/joerx/cheesecake.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:13:47 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class cheesecake(terrascript.Provider):
|
|
"""Provides cheesecakes"""
|
|
|
|
__description__ = "Provides cheesecakes"
|
|
__namespace__ = "joerx"
|
|
__name__ = "cheesecake"
|
|
__source__ = "https://github.com/joerx/terraform-provider-cheesecake"
|
|
__version__ = "0.2.3"
|
|
__published__ = "2020-08-17T03:25:33Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["cheesecake"]
|