[rds_instance] don't hardcode license_model choices (#53409)

* Don't hardcode license_model choices
This commit is contained in:
Sloane Hertel
2019-05-08 12:31:58 -04:00
committed by Abhijeet Kasurde
parent c5f3b778c4
commit 463a7ff5ca
2 changed files with 6 additions and 5 deletions

View File

@@ -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.