diff --git a/CHANGELOG.md b/CHANGELOG.md index efea18de1..45d5f59b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ENHANCEMENTS: * connection/ssh: Support certificate authentication [GH-22156] BUG FIXES: -* config: reduce MinIems and MaxItems validation during decoding, to allow for use of dynamic blocks [GH-22530] +* config: reduce MinItems and MaxItems validation during decoding, to allow for use of dynamic blocks [GH-22530] * config: don't validate MinItems and MaxItems in CoerceValue, allowing providers to set incomplete values [GH-22478] * config: fix panic on tuples with `for_each` [GH-22279] * config: fix references to `each` of `for_each` in provisioners [GH-22289]