elb_target_group - prevent a KeyError exception (#45169)

Ensure ports to integers after allowing the key 'Targets' to be available in params
This commit is contained in:
Sloane Hertel
2018-09-05 12:50:03 -04:00
committed by Ryan Brown
parent 9d1bf32825
commit 038fd0d0f2
2 changed files with 7 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- elb_target_group - cast target ports to integers before making API calls after the key 'Targets' is in params.