Skip to content

Commit

Permalink
test(scaleway_instance_volume): fix tests (scaleway#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-quere authored Dec 10, 2019
1 parent 3a07e7d commit 35dddff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scaleway/resource_instance_volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func resourceScalewayInstanceVolume() *schema.Resource {
},
"size_in_gb": {
Type: schema.TypeInt,
Computed: true,
Optional: true,
ForceNew: true,
Description: "The size of the volume in gigabyte",
Expand Down

0 comments on commit 35dddff

Please sign in to comment.