Skip to content

Commit 3f9bbc4

Browse files
committed
Logs name
1 parent 6d6f99d commit 3f9bbc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/service/billing/sweep.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ func sweepViews(ctx context.Context, client *conns.AWSClient) ([]sweep.Sweepable
3939
for _, v := range page.BillingViews {
4040
if v.BillingViewType != awstypes.BillingViewTypeCustom {
4141
tflog.Info(ctx, "Skipping resource", map[string]any{
42-
"skip_reason": fmt.Sprintf("View Type is %q", v.BillingViewType),
42+
names.AttrName: aws.ToString(v.Name),
43+
"skip_reason": fmt.Sprintf("View Type is %q", v.BillingViewType),
4344
})
4445
continue
4546
}

0 commit comments

Comments
 (0)