ansible/changelogs/fragments/53409-rds_instance-remove-hardcoded-license-models.yaml

4 lines
216 B
YAML
Raw Normal View History

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.