22 lines
615 B
Python
22 lines
615 B
Python
# terrascript/provider/alxrem/jsonnet.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:19:39 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class jsonnet(terrascript.Provider):
|
|
"""Terraform provider for generating JSON documents from Jsonnet templates"""
|
|
|
|
__description__ = (
|
|
"Terraform provider for generating JSON documents from Jsonnet templates"
|
|
)
|
|
__namespace__ = "alxrem"
|
|
__name__ = "jsonnet"
|
|
__source__ = "https://github.com/alxrem/terraform-provider-jsonnet"
|
|
__version__ = "1.0.3"
|
|
__published__ = "2020-12-24T23:33:13Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["jsonnet"]
|