Skip to content

Commit

Permalink
RDS: Patch the list of valid DB engines (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
viren-nadkarni authored Nov 21, 2023
1 parent ad4a42d commit 0aa7fc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions moto/rds/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ class DbInstanceEngine(str, Enum):
CUSTOM_SQLSERVER_EE = "custom-sqlserver-ee"
CUSTOM_SQLSERVER_SE = "custom-sqlserver-se"
CUSTOM_SQLSERVER_WEB = "custom-sqlserver-web"
DOCDB = "docdb"
MARIADB = "mariadb"
MYSQL = "mysql"
NEPTUNE = "neptune"
ORACLE_EE = "oracle-ee"
ORACLE_EE_CDB = "oracle-ee-cdb"
ORACLE_SE2 = "oracle-se2"
Expand Down

0 comments on commit 0aa7fc1

Please sign in to comment.