Skip to content

Commit

Permalink
Removing the duplicate id parameter from civo volume (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 authored Jan 28, 2022
1 parent 6786a38 commit 0ea0500
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions civo/resource_volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ func resourceVolume() *schema.Resource {
Computed: true,
Description: "The mount point of the volume (from instance's perspective)",
},
"id": {
Type: schema.TypeString,
Computed: true,
Description: "The ID of this resource.",
},
},
Create: resourceVolumeCreate,
Read: resourceVolumeRead,
Expand Down

0 comments on commit 0ea0500

Please sign in to comment.