20 lines
532 B
Python
20 lines
532 B
Python
# terrascript/provider/mildred/systemd.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:13 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class systemd(terrascript.Provider):
|
|
"""Local systemd provider for terraform"""
|
|
|
|
__description__ = "Local systemd provider for terraform"
|
|
__namespace__ = "mildred"
|
|
__name__ = "systemd"
|
|
__source__ = "https://github.com/mildred/terraform-provider-systemd"
|
|
__version__ = "0.0.1"
|
|
__published__ = "2020-11-04T20:46:52Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["systemd"]
|