What's Changed
[1.2.11] — 2026-04-14
Fixed
- RDS parameter group reset actions —
ResetDBParameterGroupandResetDBClusterParameterGroupnow clear either selected overrides or the full user-parameter state, matching AWS semantics. Parameter list parsing now accepts bothParameters.member.NandParameters.Parameter.Nserialization styles. Contributed by @jayjanssen (#298) - RDS DbiResourceId lookup —
DescribeDBInstancesand other instance actions now acceptDbiResourceId(e.g.db-1AD581BD3647411AACBF) in addition to the friendlyDBInstanceIdentifier. Fixes Terraform/OpenTofu state refresh failures. Contributed by @alexanderkrum-next (#305)