20 lines
496 B
Python
20 lines
496 B
Python
# terrascript/provider/hashicorp/helm.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:27 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class helm(terrascript.Provider):
|
|
"""terraform-provider-helm"""
|
|
|
|
__description__ = "terraform-provider-helm"
|
|
__namespace__ = "hashicorp"
|
|
__name__ = "helm"
|
|
__source__ = "https://github.com/hashicorp/terraform-provider-helm"
|
|
__version__ = "2.3.0"
|
|
__published__ = "2021-08-27T22:25:05Z"
|
|
__tier__ = "official"
|
|
|
|
|
|
__all__ = ["helm"]
|