20 lines
468 B
Python
20 lines
468 B
Python
# terrascript/provider/ddelnano/mikrotik.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:21:43 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class mikrotik(terrascript.Provider):
|
|
""""""
|
|
|
|
__description__ = ""
|
|
__namespace__ = "ddelnano"
|
|
__name__ = "mikrotik"
|
|
__source__ = "https://github.com/ddelnano/terraform-provider-mikrotik"
|
|
__version__ = "0.8.0"
|
|
__published__ = "2021-09-02T07:22:26Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["mikrotik"]
|