We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f40fc commit 915186bCopy full SHA for 915186b
1 file changed
mmv1/third_party/terraform/tpgdclresource/canonicalize.go
@@ -832,7 +832,7 @@ func IsPartialSelfLink(s string) bool {
832
833
// IsSelfLink returns true if this string represents a full self link.
834
func IsSelfLink(s string) bool {
835
- r := regexp.MustCompile(`(https:\/\/)?(www\.)?([a-z]*)?googleapis.com\/`)
+ r := regexp.MustCompile(`(https:\/\/)?(www\.)?([a-z]*)?googleapis\.com\/`)
836
return r.MatchString(s)
837
}
838
0 commit comments