Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbardin committed Dec 17, 2020
1 parent 56370ad commit 4be25d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ 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]
* core: Prevent unexpected updates during plan when multiple sensitive values are involved [GH-27318]
* `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 4be25d8

Please sign in to comment.