Skip to content

Commit

Permalink
elbv2/listener_rule: regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Sep 8, 2023
1 parent ae580ad commit 332549d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/elbv2/listener_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ func ResourceListenerRule() *schema.Resource {
"http_header_name": {
Type: schema.TypeString,
Required: true,
ValidateFunc: validation.StringMatch(regexache.MustCompile("^[0-9A-Za-z_!#$%&'*+.^`|~-]{1,40}$"), ""),
ValidateFunc: validation.StringMatch(regexache.MustCompile("^[0-9A-Za-z_!#$%&'*+,.^`|~-]{1,40}$"), ""),
},
"values": {
Type: schema.TypeSet,
Expand Down

0 comments on commit 332549d

Please sign in to comment.