We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b047ad commit b8a4f98Copy full SHA for b8a4f98
modules/aws/rds_test.go
@@ -121,7 +121,7 @@ func TestGetRecommendedRdsInstanceTypeErrors(t *testing.T) {
121
name: "No instance type available for engine",
122
region: "us-east-1",
123
databaseEngine: "oracle-ee",
124
- databaseEngineVersion: "21.0.0.0.ru-2023-07.rur-2023-07.r1",
+ databaseEngineVersion: "19.0.0.0.ru-2024-04.rur-2024-04.r1",
125
instanceTypes: []string{"db.r5a.large"},
126
},
127
{
0 commit comments