python-terrascript/terrascript/provider/hetznercloud/hcloud.py

20 lines
533 B
Python

# terrascript/provider/hetznercloud/hcloud.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:06 UTC)
import terrascript
class hcloud(terrascript.Provider):
"""Terraform Hetzner Cloud provider"""
__description__ = "Terraform Hetzner Cloud provider"
__namespace__ = "hetznercloud"
__name__ = "hcloud"
__source__ = "https://github.com/hetznercloud/terraform-provider-hcloud"
__version__ = "1.31.1"
__published__ = "2021-09-02T12:20:08Z"
__tier__ = "partner"
__all__ = ["hcloud"]