20 lines
568 B
Python
20 lines
568 B
Python
# terrascript/provider/PortOfPortland/windns.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:31:16 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class windns(terrascript.Provider):
|
|
"""A Terraform provider for Microsoft Windows DNS"""
|
|
|
|
__description__ = "A Terraform provider for Microsoft Windows DNS"
|
|
__namespace__ = "PortOfPortland"
|
|
__name__ = "windns"
|
|
__source__ = "https://github.com/PortOfPortland/terraform-provider-windns"
|
|
__version__ = "0.5.3"
|
|
__published__ = "2021-04-30T19:55:14Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["windns"]
|