v0.32.11
Modules affected
aws
Description
- Added new
aws.GetRecommendedRdsInstanceType
methods which allow you to pass in a list of RDS instance types (e.g.,db.t2.micro
,db.t3.micro
, etc) and get back an instance type that is supported in the current region. This is useful for running automated tests against RDS code across multiple regions, as not all regions support all instance types.
Special thanks
Special thanks to @alpacamybags118 for the contribution!