20 lines
525 B
Python
20 lines
525 B
Python
# terrascript/provider/Trois-Six/sendgrid.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:26:45 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class sendgrid(terrascript.Provider):
|
|
"""Terraform Sendgrid provider"""
|
|
|
|
__description__ = "Terraform Sendgrid provider"
|
|
__namespace__ = "Trois-Six"
|
|
__name__ = "sendgrid"
|
|
__source__ = "https://github.com/Trois-Six/terraform-provider-sendgrid"
|
|
__version__ = "0.1.6"
|
|
__published__ = "2021-03-11T12:46:39Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["sendgrid"]
|