20 lines
598 B
Python
20 lines
598 B
Python
# terrascript/provider/iwarapter/scaffolding.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:26:11 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class scaffolding(terrascript.Provider):
|
|
"""Quick start repository for creating a Terraform provider"""
|
|
|
|
__description__ = "Quick start repository for creating a Terraform provider"
|
|
__namespace__ = "iwarapter"
|
|
__name__ = "scaffolding"
|
|
__source__ = "https://github.com/iwarapter/terraform-provider-scaffolding"
|
|
__version__ = "0.0.1"
|
|
__published__ = "2020-06-10T17:09:59Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["scaffolding"]
|