python-terrascript/terrascript/provider/bltavares/zerotier.py

22 lines
637 B
Python

# terrascript/provider/bltavares/zerotier.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:31:25 UTC)
import terrascript
class zerotier(terrascript.Provider):
"""Create, modify and destroy ZeroTier networks and members through Terraform."""
__description__ = (
"Create, modify and destroy ZeroTier networks and members through Terraform."
)
__namespace__ = "bltavares"
__name__ = "zerotier"
__source__ = "https://github.com/bltavares/terraform-provider-zerotier"
__version__ = "0.3.0"
__published__ = "2020-08-12T00:52:19Z"
__tier__ = "community"
__all__ = ["zerotier"]