20 lines
612 B
Python
20 lines
612 B
Python
# terrascript/provider/apparentlymart/javascript.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:19:26 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class javascript(terrascript.Provider):
|
|
"""A Terraform provider for computing values using JavaScript"""
|
|
|
|
__description__ = "A Terraform provider for computing values using JavaScript"
|
|
__namespace__ = "apparentlymart"
|
|
__name__ = "javascript"
|
|
__source__ = "https://github.com/apparentlymart/terraform-provider-javascript"
|
|
__version__ = "0.0.1"
|
|
__published__ = "2020-07-10T15:09:26Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["javascript"]
|