20 lines
527 B
Python
20 lines
527 B
Python
# terrascript/provider/Sighery/njalla.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:22:37 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class njalla(terrascript.Provider):
|
|
"""Unofficial Terraform Njalla provider"""
|
|
|
|
__description__ = "Unofficial Terraform Njalla provider"
|
|
__namespace__ = "Sighery"
|
|
__name__ = "njalla"
|
|
__source__ = "https://github.com/Sighery/terraform-provider-njalla"
|
|
__version__ = "0.9.1"
|
|
__published__ = "2020-11-08T02:02:36Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["njalla"]
|