Skip to content

Commit

Permalink
Duplicated resource_labels during rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Oct 15, 2019
1 parent 947c68d commit a787c22
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -717,12 +717,6 @@ func resourceContainerCluster() *schema.Resource {
Elem: &schema.Schema{Type: schema.TypeString},
},

"resource_labels": {
Type: schema.TypeMap,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
},

"default_max_pods_per_node": {
Type: schema.TypeInt,
Optional: true,
Expand Down

0 comments on commit a787c22

Please sign in to comment.