Skip to content

Commit

Permalink
Add PlatformType to ssm-instances outout
Browse files Browse the repository at this point in the history
Would prefer it to be before PlatformName but we tend to append
to avoid breaking things for people used to a certain order.
  • Loading branch information
mbailey committed May 8, 2024
1 parent 9b4d4d4 commit a642069
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ssm-functions
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ ssm-instances() {
PlatformName,
PlatformVersion,
IPAddress,
ComputerName
ComputerName,
PlatformType
]" |
grep -E -- "$filters" |
LC_ALL=C sort -t $'\t' -k 6 |
Expand Down

0 comments on commit a642069

Please sign in to comment.