Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit 025dc17

Browse files
lmineirojmcs
authored andcommitted
change in the strategy to report instance status (#554)
Change in the strategy to report instance status following the same pragmatic approach as #547
1 parent caaf422 commit 025dc17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

senza/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,8 +1399,8 @@ def status(stack_ref, region, output, field, w, watch):
13991399
ec2.instances.filter(
14001400
Filters=[
14011401
{
1402-
"Name": "tag:aws:cloudformation:stack-id",
1403-
"Values": [stack.StackId],
1402+
"Name": "tag:Name",
1403+
"Values": [stack.StackName],
14041404
}
14051405
]
14061406
)

0 commit comments

Comments
 (0)