20 lines
500 B
Python
20 lines
500 B
Python
# terrascript/provider/turbot/turbot.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:29:24 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class turbot(terrascript.Provider):
|
|
"""Terraform Turbot provider"""
|
|
|
|
__description__ = "Terraform Turbot provider"
|
|
__namespace__ = "turbot"
|
|
__name__ = "turbot"
|
|
__source__ = "https://github.com/turbot/terraform-provider-turbot"
|
|
__version__ = "1.8.2"
|
|
__published__ = "2021-03-23T10:51:46Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["turbot"]
|