Skip to content

Commit

Permalink
Fix IBM-Cloud#3703: validation on resource_id in resourc_tag resource
Browse files Browse the repository at this point in the history
  • Loading branch information
kavya498 authored and SunithaGudisagarIBM1 committed Sep 14, 2022
1 parent 6f3adf4 commit 917a45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm/service/globaltagging/resource_ibm_resource_tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func ResourceIBMResourceTagValidator() *validate.ResourceValidator {
Required: true,
Regexp: `^crn:v1(:[a-zA-Z0-9 \-\._~\*\+,;=!$&'\(\)\/\?#\[\]@]*){8}$|^[0-9]+$`,
MinValueLength: 1,
MaxValueLength: 128})
MaxValueLength: 1024})
validateSchema = append(validateSchema,
validate.ValidateSchema{
Identifier: tags,
Expand Down

0 comments on commit 917a45a

Please sign in to comment.