Skip to content

Commit 35dddff

Browse files
authored
test(scaleway_instance_volume): fix tests (scaleway#369)
1 parent 3a07e7d commit 35dddff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scaleway/resource_instance_volume.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ func resourceScalewayInstanceVolume() *schema.Resource {
3838
},
3939
"size_in_gb": {
4040
Type: schema.TypeInt,
41+
Computed: true,
4142
Optional: true,
4243
ForceNew: true,
4344
Description: "The size of the volume in gigabyte",

0 commit comments

Comments
 (0)