Set isn't a valid key for a TypeMap (#1259)

This line wasn't doing anything so we might as well get rid of it.  :)
This commit is contained in:
Nathan McKinley 2018-04-02 13:11:09 -07:00 committed by GitHub
parent d14da30f78
commit b3a1f43dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,6 @@ func resourceComputeDisk() *schema.Resource {
Type: schema.TypeMap,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
Set: schema.HashString,
},
"label_fingerprint": &schema.Schema{