ansible-collections / amazon.cloud

Ansible Collection for Amazon AWS' Cloud Control API
GNU General Public License v3.0
12 stars 12 forks source link

acl_name parameter should be camelcased as ACLName #93

Closed GomathiselviS closed 1 year ago

GomathiselviS commented 1 year ago
SUMMARY

The naming convention for the acl_name key for the MemoryDB module is different from the convention followed for other keys.

Reference : https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-cluster.html#cfn-memorydb-cluster-aclname

The changes to the module file should be added to the template

ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
GomathiselviS commented 1 year ago

Does this require an update on ansible/content.builder to keep the change for the next module generation?

Yes it does, I am going to move it to the content_builder and verify.