20 lines
538 B
Python
20 lines
538 B
Python
# terrascript/provider/shaowenchen/qingcloud.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:25:21 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class qingcloud(terrascript.Provider):
|
|
"""Terraform QingCloud Provider"""
|
|
|
|
__description__ = "Terraform QingCloud Provider"
|
|
__namespace__ = "shaowenchen"
|
|
__name__ = "qingcloud"
|
|
__source__ = "https://github.com/shaowenchen/terraform-provider-qingcloud"
|
|
__version__ = "1.2.6"
|
|
__published__ = "2020-08-20T02:13:01Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["qingcloud"]
|