20 lines
534 B
Python
20 lines
534 B
Python
# terrascript/provider/alxrem/hdns.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:18 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class hdns(terrascript.Provider):
|
|
"""Terraform provider for configuring Hetzner DNS"""
|
|
|
|
__description__ = "Terraform provider for configuring Hetzner DNS"
|
|
__namespace__ = "alxrem"
|
|
__name__ = "hdns"
|
|
__source__ = "https://github.com/alxrem/terraform-provider-hdns"
|
|
__version__ = "0.2.0"
|
|
__published__ = "2020-07-04T21:46:30Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["hdns"]
|