mirror of https://github.com/ansible/ansible.git
[rds_instance] don't hardcode license_model choices (#53409)
* Don't hardcode license_model choicespull/56235/head
parent
c5f3b778c4
commit
463a7ff5ca
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- rds_instance - Don't hardcode the license models because there are accepted values undocumented by AWS.
|
||||
Rely on the exception handling instead to provide a helpful error for invalid license models.
|
Loading…
Reference in New Issue