Skip to content

Commit e9b3e57

Browse files
author
Sander van Harmelen
committed
Merge pull request hashicorp#772 from svanharmelen/f-fix-cloudstack_disk
provider/cloudstack: fixing the cloudstack_disk provider
2 parents a909ce8 + 9cf0c44 commit e9b3e57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

builtin/providers/cloudstack/resource_cloudstack_disk.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ func resourceCloudStackDisk() *schema.Resource {
4242
"size": &schema.Schema{
4343
Type: schema.TypeInt,
4444
Optional: true,
45+
Computed: true,
4546
},
4647

4748
"shrink_ok": &schema.Schema{

0 commit comments

Comments
 (0)