20 lines
585 B
Python
20 lines
585 B
Python
# terrascript/provider/DeviaVir/gsuite.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:17:44 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class gsuite(terrascript.Provider):
|
|
"""A @HashiCorp Terraform provider for managing G Suite resources."""
|
|
|
|
__description__ = "A @HashiCorp Terraform provider for managing G Suite resources."
|
|
__namespace__ = "DeviaVir"
|
|
__name__ = "gsuite"
|
|
__source__ = "https://github.com/DeviaVir/terraform-provider-gsuite"
|
|
__version__ = "0.1.62"
|
|
__published__ = "2021-05-28T16:24:55Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["gsuite"]
|