provider/google: compute template metadata to map

Needs to match instance, since shared processing helper functions are
used.

Closes #1665
This commit is contained in:
Paul Hinze 2015-05-06 12:33:35 -05:00
parent b39460bd62
commit 4208e83c64

View File

@ -126,12 +126,9 @@ func resourceComputeInstanceTemplate() *schema.Resource {
},
"metadata": &schema.Schema{
Type: schema.TypeList,
Type: schema.TypeMap,
Optional: true,
ForceNew: true,
Elem: &schema.Schema{
Type: schema.TypeMap,
},
},
"network": &schema.Schema{