20 lines
496 B
Python
20 lines
496 B
Python
# terrascript/provider/strongdm/sdm.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:26:26 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class sdm(terrascript.Provider):
|
|
"""strongDM Terraform Provider"""
|
|
|
|
__description__ = "strongDM Terraform Provider"
|
|
__namespace__ = "strongdm"
|
|
__name__ = "sdm"
|
|
__source__ = "https://github.com/strongdm/terraform-provider-sdm"
|
|
__version__ = "1.0.28"
|
|
__published__ = "2021-09-09T22:29:25Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["sdm"]
|