Skip to content

Commit

Permalink
Merge pull request #39 from birdiecare/fix-bastion-search
Browse files Browse the repository at this point in the history
fix: search for Bastion
  • Loading branch information
thib92 authored Jul 26, 2023
2 parents 0e0a4c0 + 88e12cb commit 870ea33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions handler/bastion.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ func getBastion() string {
Name: aws.String("tag:service"),
Values: []string{"bastion"},
},
{
Name: aws.String("instance-state-name"),
Values: []string{"running"},
},
},
}

Expand Down

0 comments on commit 870ea33

Please sign in to comment.