20 lines
520 B
Python
20 lines
520 B
Python
# terrascript/provider/scaleway/scaleway.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:26:21 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class scaleway(terrascript.Provider):
|
|
"""Terraform Scaleway provider"""
|
|
|
|
__description__ = "Terraform Scaleway provider"
|
|
__namespace__ = "scaleway"
|
|
__name__ = "scaleway"
|
|
__source__ = "https://github.com/scaleway/terraform-provider-scaleway"
|
|
__version__ = "2.1.0"
|
|
__published__ = "2021-05-25T12:32:45Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["scaleway"]
|