Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
Co-authored-by: Yevgeniy Brikman <[email protected]>
  • Loading branch information
alpacamybags118 and brikis98 authored Mar 11, 2021
1 parent c6968a7 commit d3b87ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/rds.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func GetRecommendedRdsInstanceType(t testing.TestingT, region string, engine str

// GetRecommendedRdsInstanceTypeE takes in a list of RDS instance types (e.g., "db.t2.micro", "db.t3.micro") and returns the
// first instance type in the list that is available in the given region and for the given database engine type.
// If none of the instances provided are avaiable for your combination of region and database engine, this function will exit with an error.
// If none of the instances provided are avaiable for your combination of region and database engine, this function will return an error.
func GetRecommendedRdsInstanceTypeE(t testing.TestingT, region string, engine string, engineVersion string, instanceTypeOptions []string) (string, error) {
client, err := NewRdsClientE(t, region)
if err != nil {
Expand Down

0 comments on commit d3b87ec

Please sign in to comment.