Skip to content

Commit

Permalink
git: Wrong length for route targets name
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Aug 31, 2023
1 parent 9842c24 commit 4f7cb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/ipam/resource_netbox_ipam_route_targets.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func ResourceNetboxIpamRouteTargets() *schema.Resource {
"name": {
Type: schema.TypeString,
Required: true,
ValidateFunc: validation.StringLenBetween(1, 100),
ValidateFunc: validation.StringLenBetween(1, 21),
Description: "The name of this Route Targets (ipam module).",
},
"tag": &tag.TagSchema,
Expand Down

0 comments on commit 4f7cb91

Please sign in to comment.