Skip to content

Commit

Permalink
add usage of t4g instance
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed May 24, 2024
1 parent b18a248 commit 2a7224f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/aws/rds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ func TestGetRecommendedRdsInstanceTypeHappyPath(t *testing.T) {
region: "us-east-2",
databaseEngine: "mysql",
engineMajorVersion: "8.0",
instanceTypes: []string{"db.t2.micro", "db.t3.micro", "db.t3.small"},
expected: "db.t3.micro",
instanceTypes: []string{"db.t4g.micro", "db.t4g.small"},
expected: "db.t4g.micro",
},
{
name: "EU region, postgres, 2nd offering available based on region",
Expand Down

0 comments on commit 2a7224f

Please sign in to comment.