20 lines
539 B
Python
20 lines
539 B
Python
# terrascript/provider/yaegashi/msgraph.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:21:54 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class msgraph(terrascript.Provider):
|
|
"""Terraform Provider for Microsoft Graph"""
|
|
|
|
__description__ = "Terraform Provider for Microsoft Graph"
|
|
__namespace__ = "yaegashi"
|
|
__name__ = "msgraph"
|
|
__source__ = "https://github.com/yaegashi/terraform-provider-msgraph"
|
|
__version__ = "0.0.5"
|
|
__published__ = "2020-07-29T13:46:19Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["msgraph"]
|