20 lines
544 B
Python
20 lines
544 B
Python
# terrascript/provider/mumoshu/helmfile.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:32 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class helmfile(terrascript.Provider):
|
|
"""Deploy Helmfile releases from Terraform"""
|
|
|
|
__description__ = "Deploy Helmfile releases from Terraform"
|
|
__namespace__ = "mumoshu"
|
|
__name__ = "helmfile"
|
|
__source__ = "https://github.com/mumoshu/terraform-provider-helmfile"
|
|
__version__ = "0.14.1"
|
|
__published__ = "2021-09-16T23:43:58Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["helmfile"]
|