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:
parent
1244d137e9
commit
75c8396f7a
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue