This commit is contained in:
Gopal Singhal 2019-08-22 09:30:45 +05:30 committed by GitHub
parent db4d75fcaa
commit 2d15d75f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]