provider/cloudstack: fixing the cloudstack_disk provider

This value is read back from the environment to the state, without
setting this to `Computed: true` it will see the read back value as a
diff.
This commit is contained in:
Sander van Harmelen 2015-01-12 15:04:58 +01:00
parent a909ce88ab
commit 9cf0c44247
1 changed files with 1 additions and 0 deletions

View File

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