Skip to content

Commit

Permalink
Fix lint check - remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson committed Jan 28, 2019
1 parent 37341d5 commit 07129e1
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ import (
"google.golang.org/api/compute/v1"
)

var (
instanceGroupManagerIdRegex = regexp.MustCompile("^" + ProjectRegex + "/[a-z0-9-]+/[a-z0-9-]+$")
instanceGroupManagerIdNameRegex = regexp.MustCompile("^[a-z0-9-]+$")
)

func resourceComputeInstanceGroupManager() *schema.Resource {
return &schema.Resource{
Create: resourceComputeInstanceGroupManagerCreate,
Expand Down

0 comments on commit 07129e1

Please sign in to comment.