Fixing TestAccBlockStorageV1Volume_basic

This commit is contained in:
Joe Topjian 2015-05-09 20:31:34 +00:00
parent 04d694fe53
commit 2d512343a0
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ func resourceBlockStorageVolumeV1() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
},
"metadata": &schema.Schema{
Type: schema.TypeMap,
@ -72,6 +73,7 @@ func resourceBlockStorageVolumeV1() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
},
"attachment": &schema.Schema{
Type: schema.TypeSet,