Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 501bde7

Browse files
authored
Merge pull request #22 from stack-spot/fix/template-remove-lambda-conn
chore: valide value for connection-interface
2 parents 343fdd0 + c83282b commit 501bde7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stackspot_store"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = ""
55
authors = ["andre-cintra <andre.cintra@zup.com.br>"]
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="stackspot_store",
8-
version="0.1.6",
8+
version="0.1.7",
99
description="",
1010
long_description=long_description,
1111
url="https://github.com/stack-spot/schemastore-stackspot",

stackspot_store/templates/plugin/v1/app/templates/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- Api
2323
requires:
2424
connection-interface:
25-
- lambda-conn
25+
- ecs-task-conn
2626
inputs:
2727
- label: Type name of your resource
2828
name: resource

0 commit comments

Comments
 (0)