Add optional to disk_name field.

This commit is contained in:
David Watson 2015-02-10 10:49:20 +00:00
parent f6cce72115
commit 177dc25184

View File

@ -77,6 +77,7 @@ func resourceComputeInstanceTemplate() *schema.Resource {
"disk_name": &schema.Schema{
Type: schema.TypeString,
Optional: true,
ForceNew: true,
},