20 lines
512 B
Python
20 lines
512 B
Python
# terrascript/provider/eLobeto/rancher.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:25:31 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class rancher(terrascript.Provider):
|
|
"""Terraform Rancher provider"""
|
|
|
|
__description__ = "Terraform Rancher provider"
|
|
__namespace__ = "eLobeto"
|
|
__name__ = "rancher"
|
|
__source__ = "https://github.com/eLobeto/terraform-provider-rancher"
|
|
__version__ = "1.5.1"
|
|
__published__ = "2020-08-13T16:26:08Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["rancher"]
|