20 lines
586 B
Python
20 lines
586 B
Python
# terrascript/provider/bgpat/shellescape.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:27:08 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class shellescape(terrascript.Provider):
|
|
"""Terraform data source to escape shell special characters"""
|
|
|
|
__description__ = "Terraform data source to escape shell special characters"
|
|
__namespace__ = "bgpat"
|
|
__name__ = "shellescape"
|
|
__source__ = "https://github.com/bgpat/terraform-provider-shellescape"
|
|
__version__ = "0.0.2"
|
|
__published__ = "2020-08-19T20:40:14Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["shellescape"]
|