20 lines
583 B
Python
20 lines
583 B
Python
# terrascript/provider/gavinbunney/restapi.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:25:44 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class restapi(terrascript.Provider):
|
|
"""A terraform provider to manage objects in a RESTful API"""
|
|
|
|
__description__ = "A terraform provider to manage objects in a RESTful API"
|
|
__namespace__ = "gavinbunney"
|
|
__name__ = "restapi"
|
|
__source__ = "https://github.com/gavinbunney/terraform-provider-restapi"
|
|
__version__ = "1.15.4"
|
|
__published__ = "2021-07-01T17:32:35Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["restapi"]
|