Persisting selected LicenseModel in RDS instances
This commit is contained in:
parent
8f2a0a83a1
commit
c3d9f4e056
4 changed files with 7 additions and 5 deletions
|
|
@ -182,7 +182,7 @@ class Database(BaseModel):
|
|||
<ReadReplicaSourceDBInstanceIdentifier>{{ database.source_db_identifier }}</ReadReplicaSourceDBInstanceIdentifier>
|
||||
{% endif %}
|
||||
<Engine>{{ database.engine }}</Engine>
|
||||
<LicenseModel>general-public-license</LicenseModel>
|
||||
<LicenseModel>{{ database.license_model }}</LicenseModel>
|
||||
<EngineVersion>{{ database.engine_version }}</EngineVersion>
|
||||
<DBParameterGroups>
|
||||
</DBParameterGroups>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue