Skip to content

Commit

Permalink
Add ec2 keypair create_time field (#2196) (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Shapira authored May 24, 2024
1 parent 912e35a commit 46aedee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aws/table_aws_ec2_key_pair.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ func tableAwsEc2KeyPair(_ context.Context) *plugin.Table {
Hydrate: getAwsEc2KeyPairAkas,
Transform: transform.FromValue(),
},
{
Name: "create_time",
Description: "The time that the keypair was created or imported",
Type: proto.ColumnType_TIMESTAMP,
},
}),
}
}
Expand Down

0 comments on commit 46aedee

Please sign in to comment.