Fix Typo
This commit is contained in:
parent
db4d75fcaa
commit
2d15d75f48
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue