Skip to content

Commit c008314

Browse files
Update Instance.yaml to fix name regex (#10777) (#18244)
[upstream:71244aa6a0992800eeca7f98e674d6fbc548e2b8] Signed-off-by: Modular Magician <[email protected]>
1 parent c7519ee commit c008314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/services/looker/resource_looker_instance.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func ResourceLookerInstance() *schema.Resource {
6060
Type: schema.TypeString,
6161
Required: true,
6262
ForceNew: true,
63-
ValidateFunc: verify.ValidateRegexp(`^[a-z][a-z0-9-]{0,39}[a-z0-9]$`),
63+
ValidateFunc: verify.ValidateRegexp(`^[a-z][a-z0-9-]{0,61}[a-z0-9]$`),
6464
Description: `The ID of the instance or a fully qualified identifier for the instance.`,
6565
},
6666
"admin_settings": {

0 commit comments

Comments
 (0)