python-terrascript/terrascript/provider/hashicorp/github.py

20 lines
511 B
Python

# terrascript/provider/hashicorp/github.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:17:03 UTC)
import terrascript
class github(terrascript.Provider):
"""terraform-provider-github"""
__description__ = "terraform-provider-github"
__namespace__ = "hashicorp"
__name__ = "github"
__source__ = "https://github.com/hashicorp/terraform-provider-github"
__version__ = "4.15.1"
__published__ = "2021-09-23T18:02:58Z"
__tier__ = "official"
__all__ = ["github"]