Skip to content

Commit

Permalink
Update internal/service/fsx/ontap_storage_virtual_machine_data_source.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit authored May 8, 2024
1 parent b68f3ab commit 022f364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func dataSourceONTAPStorageVirtualMachineRead(ctx context.Context, d *schema.Res
tags := KeyValueTags(ctx, svm.Tags).IgnoreAWS().IgnoreConfig(ignoreTagsConfig)

//lintignore:AWSR002
if err := d.Set("tags", tags.RemoveDefaultConfig(defaultTagsConfig).Map()); err != nil {
if err := d.Set(names.AttrTags, tags.RemoveDefaultConfig(defaultTagsConfig).Map()); err != nil {
return sdkdiag.AppendErrorf(diags, "setting tags: %s", err)
}

Expand Down

0 comments on commit 022f364

Please sign in to comment.