Skip to content

Commit

Permalink
change in the strategy to report instance status (#554)
Browse files Browse the repository at this point in the history
Change in the strategy to report instance status  following the same pragmatic approach as #547
  • Loading branch information
lmineiro authored and jmcs committed Nov 29, 2018
1 parent caaf422 commit 025dc17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions senza/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1399,8 +1399,8 @@ def status(stack_ref, region, output, field, w, watch):
ec2.instances.filter(
Filters=[
{
"Name": "tag:aws:cloudformation:stack-id",
"Values": [stack.StackId],
"Name": "tag:Name",
"Values": [stack.StackName],
}
]
)
Expand Down

0 comments on commit 025dc17

Please sign in to comment.