Skip to content

Commit

Permalink
fix: fix steampipe
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 12, 2024
1 parent fa98a71 commit 1bf2045
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions steampipe-plugin-aws/aws/common_columns.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func commonColumnsForRegionalResource() []*plugin.Column {
{
Name: "region",
Type: proto.ColumnType_STRING,
Hydrate: getCommonColumns,
Transform: transform.FromField("Metadata.Region"),
Description: "The AWS Region in which the resource is located.",
},
{
Expand Down Expand Up @@ -192,9 +192,8 @@ func commonColumnsForGlobalRegionResource() []*plugin.Column {
{
Name: "account_id",
Type: proto.ColumnType_STRING,
Hydrate: getCommonColumns,
Transform: transform.FromField("Metadata.AccountID"),
Description: "The AWS Account ID in which the resource is located.",
Transform: transform.FromCamel(),
},
}
}
Expand Down

0 comments on commit 1bf2045

Please sign in to comment.