20 lines
576 B
Python
20 lines
576 B
Python
# terrascript/provider/tencentcloudstack/tencentcloud.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:28 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class tencentcloud(terrascript.Provider):
|
|
"""Terraform TencentCloud Provider"""
|
|
|
|
__description__ = "Terraform TencentCloud Provider"
|
|
__namespace__ = "tencentcloudstack"
|
|
__name__ = "tencentcloud"
|
|
__source__ = "https://github.com/tencentcloudstack/terraform-provider-tencentcloud"
|
|
__version__ = "1.59.4"
|
|
__published__ = "2021-09-24T12:25:28Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["tencentcloud"]
|