20 lines
538 B
Python
20 lines
538 B
Python
# terrascript/provider/stackpath/stackpath.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:27:49 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class stackpath(terrascript.Provider):
|
|
"""Terraform provider for StackPath"""
|
|
|
|
__description__ = "Terraform provider for StackPath"
|
|
__namespace__ = "stackpath"
|
|
__name__ = "stackpath"
|
|
__source__ = "https://github.com/stackpath/terraform-provider-stackpath"
|
|
__version__ = "1.3.3"
|
|
__published__ = "2020-09-30T19:20:50Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["stackpath"]
|