20 lines
502 B
Python
20 lines
502 B
Python
# terrascript/provider/davidji99/split.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:27:33 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class split(terrascript.Provider):
|
|
"""Terraform Spit provider"""
|
|
|
|
__description__ = "Terraform Spit provider"
|
|
__namespace__ = "davidji99"
|
|
__name__ = "split"
|
|
__source__ = "https://github.com/davidji99/terraform-provider-split"
|
|
__version__ = "0.2.0"
|
|
__published__ = "2021-07-28T11:14:25Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["split"]
|