Update CHANGELOG.md
This commit is contained in:
parent
28850a3f1d
commit
161e6d6dbf
|
@ -15,6 +15,7 @@ ENHANCEMENTS:
|
|||
BUG FIXES:
|
||||
|
||||
* cli: Allow moving indexed resource instances to new addresses that that don't yet exist in state [GH-23582]
|
||||
* cli: Improved heuristics for log level filtering with the `TF_LOG` environment variable, although it is still not 100% reliable for levels other than `TRACE` due to limitations of Terraform's internal logging infrastructure. Because of that, levels other than `TRACE` will now cause the logs to begin with a warning about potential filtering inaccuracy. [GH-23577]
|
||||
* config: Fixed referencing errors generally involving `for_each` [GH-23475]
|
||||
* provisioners: The built-in provisioners (`local-exec`, `remote-exec`, `file`, etc) will no longer fail when the `TF_CLI_ARGS` environment variable is set. [GH-17400]
|
||||
|
||||
|
|
Loading…
Reference in New Issue