20 lines
505 B
Python
20 lines
505 B
Python
# terrascript/provider/drarko/mssql.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:21:59 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class mssql(terrascript.Provider):
|
|
"""Terraform provider for MS SQL"""
|
|
|
|
__description__ = "Terraform provider for MS SQL"
|
|
__namespace__ = "drarko"
|
|
__name__ = "mssql"
|
|
__source__ = "https://github.com/drarko/terraform-provider-mssql"
|
|
__version__ = "0.0.4"
|
|
__published__ = "2020-08-18T14:21:37Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["mssql"]
|