python-terrascript/terrascript/provider/cloudsmith_io/cloudsmith.py

20 lines
557 B
Python

# terrascript/provider/cloudsmith-io/cloudsmith.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:14:19 UTC)
import terrascript
class cloudsmith(terrascript.Provider):
"""Terraform Provider for Cloudsmith"""
__description__ = "Terraform Provider for Cloudsmith"
__namespace__ = "cloudsmith-io"
__name__ = "cloudsmith"
__source__ = "https://github.com/cloudsmith-io/terraform-provider-cloudsmith"
__version__ = "0.0.6"
__published__ = "2021-08-09T10:29:25Z"
__tier__ = "partner"
__all__ = ["cloudsmith"]