Skip to content

Commit

Permalink
Set isn't a valid key for a TypeMap (#1259)
Browse files Browse the repository at this point in the history
This line wasn't doing anything so we might as well get rid of it.  :)
  • Loading branch information
nat-henderson authored Apr 2, 2018
1 parent d14da30 commit b3a1f43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google/resource_compute_disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit b3a1f43

Please sign in to comment.