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

Commit

Permalink
Merge pull request #22 from stack-spot/fix/template-remove-lambda-conn
Browse files Browse the repository at this point in the history
chore: valide value for connection-interface
  • Loading branch information
andre-cintra authored Feb 14, 2023
2 parents 343fdd0 + c83282b commit 501bde7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stackspot_store"
version = "0.1.6"
version = "0.1.7"
description = ""
authors = ["andre-cintra <andre.cintra@zup.com.br>"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="stackspot_store",
version="0.1.6",
version="0.1.7",
description="",
long_description=long_description,
url="https://github.com/stack-spot/schemastore-stackspot",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- Api
requires:
connection-interface:
- lambda-conn
- ecs-task-conn
inputs:
- label: Type name of your resource
name: resource
Expand Down

0 comments on commit 501bde7

Please sign in to comment.