mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Update CHANGELOG.md
This commit is contained in:
parent
c811440188
commit
3ec17f7784
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ IMPROVEMENTS:
|
|||
* cli: Remove error on empty outputs when `-json` is set [GH-11721]
|
||||
* helper/schema: Resources have a new `DeprecationMessage` property that can be set to a string, allowing full resources to be deprecated [GH-18286]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* config: The `rsadecrypt` interpolation function will no longer include the private key in an error message if it cannot be processed. [GH-18333]
|
||||
|
||||
## 0.11.7 (April 10, 2018)
|
||||
|
||||
BUG FIXES:
|
||||
|
|
|
|||
Loading…
Reference in a new issue