Skip to content

Commit

Permalink
Fix name column description in aws_organizations_account table (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
badideasforsale authored Oct 24, 2023
1 parent d7dac4d commit 3c4b775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/table_aws_organizations_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func tableAwsOrganizationsAccount(_ context.Context) *plugin.Table {
Columns: awsGlobalRegionColumns([]*plugin.Column{
{
Name: "name",
Description: "The description of the permission set.",
Description: "The friendly name of the account.",
Type: proto.ColumnType_STRING,
},
// This description has added text for better clarification on ID type
Expand Down

0 comments on commit 3c4b775

Please sign in to comment.