Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alisdair committed Dec 17, 2020
1 parent 50311ba commit 39a1e0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ BUG FIXES:
* config: Fix `anytrue` and `alltrue` functions when called with values which are not known until apply. [GH-27240]
* config: Fix `sum` function when called with values which are not known until apply. Also allows `sum` to cope with numbers too large to represent in float64, along with correctly handling errors around infinite values. [GH-27249]
* config: Fixed panic when referencing sensitive values in resource `count` expressions [GH-27238]
* config: Fix incorrect attributes in diagnostics when validating objects [GH-27010]
* core: Prevent unexpected updates during plan when multiple sensitive values are involved [GH-27318]
* dependencies: Fix several small bugs related to the use of `sensitive` values with expressions and functions.
* lang: Fix panic when calling `coalescelist` with a `null` argument [GH-26988]
* `terraform apply`: `-refresh=false` was skipped when running apply directly [GH-27233]
* `terraform init`: setting `-get-plugins` to `false` will now cause a warning, as this flag has been a no-op since 0.13.0 and usage is better served through using `provider_installation` blocks [GH-27092]
* `terraform init` and other commands which interact with the dependency lock file: These will now generate a normal error message if the lock file is incorrectly a directory, rather than crashing as before. [GH-27250]
Expand Down

0 comments on commit 39a1e0b

Please sign in to comment.