Skip to content

Commit

Permalink
Remove unused regexes from rigm (#2602)
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick authored and rileykarson committed Nov 13, 2019
1 parent 598f518 commit e8599d0
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 e8599d0

Please sign in to comment.