20 lines
549 B
Python
20 lines
549 B
Python
# terrascript/provider/mildred/sys.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:08 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class sys(terrascript.Provider):
|
|
"""System provider for terraform (local system resources)"""
|
|
|
|
__description__ = "System provider for terraform (local system resources)"
|
|
__namespace__ = "mildred"
|
|
__name__ = "sys"
|
|
__source__ = "https://github.com/mildred/terraform-provider-sys"
|
|
__version__ = "1.3.25"
|
|
__published__ = "2021-08-05T14:38:52Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["sys"]
|