20 lines
586 B
Python
20 lines
586 B
Python
# terrascript/provider/poseidon/matchbox.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:21:34 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class matchbox(terrascript.Provider):
|
|
"""Terraform provider for on-premise / bare-metal via Matchbox"""
|
|
|
|
__description__ = "Terraform provider for on-premise / bare-metal via Matchbox"
|
|
__namespace__ = "poseidon"
|
|
__name__ = "matchbox"
|
|
__source__ = "https://github.com/poseidon/terraform-provider-matchbox"
|
|
__version__ = "0.4.1"
|
|
__published__ = "2020-08-09T01:39:26Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["matchbox"]
|