Fixing TestAccBlockStorageV1Volume_basic

pull/1897/head
Joe Topjian 11 years ago
parent 04d694fe53
commit 2d512343a0

@ -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,

Loading…
Cancel
Save