20 lines
443 B
Python
20 lines
443 B
Python
# terrascript/provider/paultyng/sql.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:27:39 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class sql(terrascript.Provider):
|
|
""""""
|
|
|
|
__description__ = ""
|
|
__namespace__ = "paultyng"
|
|
__name__ = "sql"
|
|
__source__ = "https://github.com/paultyng/terraform-provider-sql"
|
|
__version__ = "0.4.0"
|
|
__published__ = "2021-04-09T20:41:00Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["sql"]
|