Merge pull request #772 from svanharmelen/f-fix-cloudstack_disk

provider/cloudstack: fixing the cloudstack_disk provider
This commit is contained in:
Sander van Harmelen 2015-01-12 15:10:31 +01:00
commit e9b3e5733b

View File

@ -42,6 +42,7 @@ func resourceCloudStackDisk() *schema.Resource {
"size": &schema.Schema{
Type: schema.TypeInt,
Optional: true,
Computed: true,
},
"shrink_ok": &schema.Schema{