20 lines
490 B
Python
20 lines
490 B
Python
# terrascript/provider/hashicorp/tfe.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:36 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class tfe(terrascript.Provider):
|
|
"""terraform-provider-tfe"""
|
|
|
|
__description__ = "terraform-provider-tfe"
|
|
__namespace__ = "hashicorp"
|
|
__name__ = "tfe"
|
|
__source__ = "https://github.com/hashicorp/terraform-provider-tfe"
|
|
__version__ = "0.26.1"
|
|
__published__ = "2021-09-04T01:18:46Z"
|
|
__tier__ = "official"
|
|
|
|
|
|
__all__ = ["tfe"]
|