20 lines
516 B
Python
20 lines
516 B
Python
# terrascript/provider/jianyuan/sentry.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:26:49 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class sentry(terrascript.Provider):
|
|
"""Terraform provider for Sentry"""
|
|
|
|
__description__ = "Terraform provider for Sentry"
|
|
__namespace__ = "jianyuan"
|
|
__name__ = "sentry"
|
|
__source__ = "https://github.com/jianyuan/terraform-provider-sentry"
|
|
__version__ = "0.6.0"
|
|
__published__ = "2020-10-23T00:04:29Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["sentry"]
|