20 lines
548 B
Python
20 lines
548 B
Python
# terrascript/provider/Ouest-France/ldap.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:20:59 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class ldap(terrascript.Provider):
|
|
"""Terraform provider to manager LDAP resources"""
|
|
|
|
__description__ = "Terraform provider to manager LDAP resources"
|
|
__namespace__ = "Ouest-France"
|
|
__name__ = "ldap"
|
|
__source__ = "https://github.com/Ouest-France/terraform-provider-ldap"
|
|
__version__ = "0.7.2"
|
|
__published__ = "2021-08-27T12:30:20Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["ldap"]
|