20 lines
623 B
Python
20 lines
623 B
Python
# terrascript/provider/scottwinkler/shell.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:27:03 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class shell(terrascript.Provider):
|
|
"""Terraform provider for executing shell commands and saving output to state file"""
|
|
|
|
__description__ = "Terraform provider for executing shell commands and saving output to state file"
|
|
__namespace__ = "scottwinkler"
|
|
__name__ = "shell"
|
|
__source__ = "https://github.com/scottwinkler/terraform-provider-shell"
|
|
__version__ = "1.7.7"
|
|
__published__ = "2020-11-19T08:51:34Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["shell"]
|