20 lines
501 B
Python
20 lines
501 B
Python
# terrascript/provider/fastly/fastly.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:16:17 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class fastly(terrascript.Provider):
|
|
"""Terraform Fastly provider"""
|
|
|
|
__description__ = "Terraform Fastly provider"
|
|
__namespace__ = "fastly"
|
|
__name__ = "fastly"
|
|
__source__ = "https://github.com/fastly/terraform-provider-fastly"
|
|
__version__ = "0.35.0"
|
|
__published__ = "2021-09-15T10:09:59Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["fastly"]
|