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 1244d137e9
commit 75c8396f7a
1 changed files with 1 additions and 4 deletions

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{