-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PLTFRS-18353: Filter out non healthy on non in services instances fro…
…m ASG
- Loading branch information
1 parent
9f6a790
commit 1c6579d
Showing
4 changed files
with
40 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
module github.com/AirVantage/overlord | ||
|
||
go 1.13 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 | ||
github.com/aws/aws-sdk-go v1.31.9 | ||
github.com/BurntSushi/toml v1.3.2 | ||
github.com/aws/aws-sdk-go v1.45.18 | ||
) | ||
|
||
require github.com/jmespath/go-jmespath v0.4.0 // indirect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters