python-terrascript/terrascript/provider/techBeck03/ad.py

20 lines
578 B
Python

# terrascript/provider/techBeck03/ad.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:11:01 UTC)
import terrascript
class ad(terrascript.Provider):
"""Active Directory provider for HashiCorp Terraform (experimental)"""
__description__ = "Active Directory provider for HashiCorp Terraform (experimental)"
__namespace__ = "techBeck03"
__name__ = "ad"
__source__ = "https://github.com/techBeck03/terraform-provider-ad"
__version__ = "0.4.3-patch"
__published__ = "2021-08-24T19:50:40Z"
__tier__ = "community"
__all__ = ["ad"]