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 d3b87ec commit 4a1e34c
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 @@ -240,7 +240,7 @@ func GetRecommendedRdsInstanceTypeE(t testing.TestingT, region string, engine st

// GetRecommendedRdsInstanceTypeWithClientE 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.
// This function expects an authenticated RDS client from the AWS SDK Go library.
func GetRecommendedRdsInstanceTypeWithClientE(t testing.TestingT, rdsClient *rds.RDS, engine string, engineVersion string, instanceTypeOptions []string) (string, error) {
for _, instanceTypeOption := range instanceTypeOptions {
Expand Down

0 comments on commit 4a1e34c

Please sign in to comment.