python-terrascript/terrascript/provider/paultyng/gsuite.py

20 lines
580 B
Python

# terrascript/provider/paultyng/gsuite.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:17:49 UTC)
import terrascript
class gsuite(terrascript.Provider):
"""Terraform Provider for GSuite (currently Calendar and Sheets)"""
__description__ = "Terraform Provider for GSuite (currently Calendar and Sheets)"
__namespace__ = "paultyng"
__name__ = "gsuite"
__source__ = "https://github.com/paultyng/terraform-provider-gsuite"
__version__ = "0.2.2"
__published__ = "2020-10-15T19:43:35Z"
__tier__ = "community"
__all__ = ["gsuite"]