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

20 lines
503 B
Python

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