Remove leftover todo comment.

This commit is contained in:
David Watson 2015-02-10 14:31:43 +00:00
parent 006b98cdae
commit 418bf2a692
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ func resourceComputeInstanceTemplate() *schema.Resource {
Read: resourceComputeInstanceTemplateRead,
Delete: resourceComputeInstanceTemplateDelete,
// TODO: check which items are optional and set optional: true
Schema: map[string]*schema.Schema{
"name": &schema.Schema{
Type: schema.TypeString,