20 lines
564 B
Python
20 lines
564 B
Python
# terrascript/provider/transloadit/transloadit.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:29:09 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class transloadit(terrascript.Provider):
|
|
"""Terraform integration for Transloadit"""
|
|
|
|
__description__ = "Terraform integration for Transloadit"
|
|
__namespace__ = "transloadit"
|
|
__name__ = "transloadit"
|
|
__source__ = "https://github.com/transloadit/terraform-provider-transloadit"
|
|
__version__ = "0.4.0"
|
|
__published__ = "2021-05-11T08:06:14Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["transloadit"]
|