20 lines
546 B
Python
20 lines
546 B
Python
# terrascript/provider/timohirt/hetznerdns.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:46 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class hetznerdns(terrascript.Provider):
|
|
"""Terraform provider for Hetzner DNS"""
|
|
|
|
__description__ = "Terraform provider for Hetzner DNS"
|
|
__namespace__ = "timohirt"
|
|
__name__ = "hetznerdns"
|
|
__source__ = "https://github.com/timohirt/terraform-provider-hetznerdns"
|
|
__version__ = "1.1.1"
|
|
__published__ = "2020-09-07T19:22:27Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["hetznerdns"]
|