20 lines
573 B
Python
20 lines
573 B
Python
# terrascript/provider/hashicorp/googleworkspace.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:17:22 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class googleworkspace(terrascript.Provider):
|
|
"""terraform-provider-googleworkspace"""
|
|
|
|
__description__ = "terraform-provider-googleworkspace"
|
|
__namespace__ = "hashicorp"
|
|
__name__ = "googleworkspace"
|
|
__source__ = "https://github.com/hashicorp/terraform-provider-googleworkspace"
|
|
__version__ = "0.4.1"
|
|
__published__ = "2021-08-16T19:18:13Z"
|
|
__tier__ = "official"
|
|
|
|
|
|
__all__ = ["googleworkspace"]
|