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

20 lines
573 B
Python

# terrascript/provider/hashicorp/fakewebservices.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:16:12 UTC)
import terrascript
class fakewebservices(terrascript.Provider):
"""terraform-provider-fakewebservices"""
__description__ = "terraform-provider-fakewebservices"
__namespace__ = "hashicorp"
__name__ = "fakewebservices"
__source__ = "https://github.com/hashicorp/terraform-provider-fakewebservices"
__version__ = "0.2.1"
__published__ = "2021-01-15T20:40:00Z"
__tier__ = "official"
__all__ = ["fakewebservices"]