Skip to content

Commit

Permalink
Add NLB UDP support
Browse files Browse the repository at this point in the history
  • Loading branch information
kbcaleb committed Jun 26, 2019
1 parent 58568ca commit 47e9155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfnlint/rules/resources/elb/Elb.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def match(self, cfn):
cfn.check_value(
result['Value'], 'Protocol', result['Path'],
check_value=self.check_protocol_value,
accepted_protocols=['HTTP', 'HTTPS', 'TCP', 'TLS'],
accepted_protocols=['HTTP', 'HTTPS', 'TCP', 'TCP_UDP', 'TLS', 'UDP'],
certificate_protocols=['HTTPS', 'TLS'],
certificates=result['Value'].get('Certificates')))

Expand Down

0 comments on commit 47e9155

Please sign in to comment.