Skip to content

Commit

Permalink
Removing reference to OldestLaunchConfiguration (#1205)
Browse files Browse the repository at this point in the history
Co-authored-by: Rodshell Fleurinord <[email protected]>
  • Loading branch information
rfleur01 and Rodshell Fleurinord committed Jun 12, 2023
1 parent 6ec32c1 commit f456253
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
rodimus_client = RodimusClient()


TerminationPolicy = ["Default", "OldestInstance", "NewestInstance", "OldestLaunchConfiguration",
"ClosestToNextInstanceHour"]
TerminationPolicy = ["Default", "OldestInstance", "NewestInstance", "ClosestToNextInstanceHour"]

Comparator = [{"value": "GreaterThanOrEqualToThreshold", "symbol": "≥"},
{"value": "GreaterThanThreshold", "symbol": ">"},
Expand Down

0 comments on commit f456253

Please sign in to comment.