Skip to content

Commit

Permalink
Changed output to set, since there are no duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
muresan committed Nov 23, 2023
1 parent 95024d9 commit a814d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvirt/data_source_libvirt_node_devices.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func datasourceLibvirtNodeDevices() *schema.Resource {
Optional: true,
},
"devices": {
Type: schema.TypeList,
Type: schema.TypeSet,
Computed: true,
Elem: &schema.Schema{
Type: schema.TypeString,
Expand Down

0 comments on commit a814d6e

Please sign in to comment.