Closed anjo-swe closed 2 years ago
Files identified in the description:
plugins/modules/elb_classic_lb.py
](https://github.com/['ansible-collections/amazon.aws', 'ansible-collections/community.aws', 'ansible-collections/community.vmware']/blob/main/plugins/modules/elb_classic_lb.py)If these files are inaccurate, please update the component name
section of the description or use the !component
bot command.
cc @jillr @jsdalton @s-hertel @tremble click here for bot help
@anjo-swe Thank you for raising this. Would you be willing to open a pull request with your patch and add an integration test for it (if it's not already covered)? In addition, you also should add a changelog fragment.
Summary
When i try to create a classic ELB it fails to add a HTTPS listener even if i provide
ssl_certificate_id
Locally i fixed the issue by updating https://github.com/ansible-collections/amazon.aws/blob/main/plugins/modules/elb_classic_lb.py#L903
return snake_dict_to_camel_dict(listener, True)
return formatted_listener
(already converted & hasSSLCertificateId
)Issue Type
Bug Report
Component Name
elb_classic_lb
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
macOS 11.6
Steps to Reproduce
Expected Results
Classic ELB named dev-service-name with a HTTPS listener
Actual Results
Code of Conduct