python-terrascript/terrascript/provider/sethvargo/filesystem.py

22 lines
631 B
Python

# terrascript/provider/sethvargo/filesystem.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:16:21 UTC)
import terrascript
class filesystem(terrascript.Provider):
"""A @HashiCorp Terraform provider for interacting with the filesystem"""
__description__ = (
"A @HashiCorp Terraform provider for interacting with the filesystem"
)
__namespace__ = "sethvargo"
__name__ = "filesystem"
__source__ = "https://github.com/sethvargo/terraform-provider-filesystem"
__version__ = "0.2.0"
__published__ = "2020-08-13T17:49:22Z"
__tier__ = "community"
__all__ = ["filesystem"]