We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b0251 commit 40fd21cCopy full SHA for 40fd21c
pkg/common/utils.go
@@ -71,7 +71,7 @@ const (
71
// Example: us
72
multiRegionalLocationFmt = "^[a-z]+$"
73
// Example: us-east1
74
- regionalLocationFmt = "^[a-z]+-[a-z]+[0-9]$"
+ regionalLocationFmt = "^[a-z]+-[a-z]+[0-9]+$"
75
76
// Full or partial URL of the machine type resource, in the format:
77
// zones/zone/machineTypes/machine-type
0 commit comments