Skip to content

Commit

Permalink
Remove unused regexes from rigm
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Nov 6, 2019
1 parent a4321fd commit 8a5752b
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 (
computeBeta "google.golang.org/api/compute/v0.beta"
)

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

func resourceComputeRegionInstanceGroupManager() *schema.Resource {
return &schema.Resource{
Create: resourceComputeRegionInstanceGroupManagerCreate,
Expand Down

0 comments on commit 8a5752b

Please sign in to comment.