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

20 lines
496 B
Python

# terrascript/provider/hashicorp/http.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:58 UTC)
import terrascript
class http(terrascript.Provider):
"""terraform-provider-http"""
__description__ = "terraform-provider-http"
__namespace__ = "hashicorp"
__name__ = "http"
__source__ = "https://github.com/hashicorp/terraform-provider-http"
__version__ = "2.1.0"
__published__ = "2021-02-19T15:42:51Z"
__tier__ = "official"
__all__ = ["http"]