Skip to content

Commit

Permalink
add iam in alias for displaying IAM users
Browse files Browse the repository at this point in the history
  • Loading branch information
Abrar-Ahmed7 committed Feb 15, 2023
1 parent ca8c8d3 commit bc6c1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (a *Aliases) loadDefaultAliases() {
a.declare("sg", "SG")
a.declare("iam:u", "IAM:U")
a.declare("ebs", "EBS")
a.declare("iam:u", "IAM:U")
a.declare("iam:u", "IAM:U", "iam", "IAM")
a.declare("iam:g", "IAM:G")
a.declare("iam:r", "IAM:R")
a.declare("ec2:s", "EC2:S")
Expand Down

0 comments on commit bc6c1b4

Please sign in to comment.