mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update CHANGELOG
This commit is contained in:
parent
2e2f6bf0f4
commit
6c985797c7
@ -9,6 +9,11 @@ BACKWARDS INCOMPATIBILITIES:
|
|||||||
* Keys cannot be double-quoted strings: `"foo" = "bar"` is no longer
|
* Keys cannot be double-quoted strings: `"foo" = "bar"` is no longer
|
||||||
valid.
|
valid.
|
||||||
|
|
||||||
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
* core: "~/.terraformrc" (Unix) or "%APPDATA%/terraform.rc" (Windows)
|
||||||
|
can be used to configure custom providers and provisioners. [GH-192]
|
||||||
|
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
|
||||||
* core: Variables are validated to not contain interpolations. [GH-180]
|
* core: Variables are validated to not contain interpolations. [GH-180]
|
||||||
|
Loading…
Reference in New Issue
Block a user