20 lines
507 B
Python
20 lines
507 B
Python
# terrascript/provider/stobias123/orion.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:24:05 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class orion(terrascript.Provider):
|
|
"""Orion terraform provider"""
|
|
|
|
__description__ = "Orion terraform provider"
|
|
__namespace__ = "stobias123"
|
|
__name__ = "orion"
|
|
__source__ = "https://github.com/stobias123/terraform-provider-orion"
|
|
__version__ = "0.3.2"
|
|
__published__ = "2020-11-10T19:39:51Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["orion"]
|