python-terrascript/terrascript/provider/invidian/sshcommand.py

20 lines
658 B
Python

# terrascript/provider/invidian/sshcommand.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:27:44 UTC)
import terrascript
class sshcommand(terrascript.Provider):
"""This provider allow to execute commands remotely via SSH and capture the output from them."""
__description__ = "This provider allow to execute commands remotely via SSH and capture the output from them."
__namespace__ = "invidian"
__name__ = "sshcommand"
__source__ = "https://github.com/invidian/terraform-provider-sshcommand"
__version__ = "0.2.2"
__published__ = "2020-11-22T17:10:50Z"
__tier__ = "community"
__all__ = ["sshcommand"]