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

20 lines
490 B
Python

# terrascript/provider/hashicorp/hcp.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:10 UTC)
import terrascript
class hcp(terrascript.Provider):
"""terraform-provider-hcp"""
__description__ = "terraform-provider-hcp"
__namespace__ = "hashicorp"
__name__ = "hcp"
__source__ = "https://github.com/hashicorp/terraform-provider-hcp"
__version__ = "0.17.0"
__published__ = "2021-09-23T15:14:40Z"
__tier__ = "official"
__all__ = ["hcp"]