Add optional to disk_name field.

This commit is contained in:
David Watson 2015-02-10 10:49:20 +00:00
parent 7df536345c
commit 006b98cdae
1 changed files with 1 additions and 0 deletions

View File

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