From 28306b2a1bfe5ec2a98268164a0744fb2c0cfd05 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Wed, 19 Dec 2018 11:39:42 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12602c39c9..870705e507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ IMPROVEMENTS: * backend/s3: Support for the new AWS region `eu-north-1` [GH-19651] * core: Enhance service discovery error handling and messaging [GH-19589] * core: Add support to retrieve version constraints to service discovery [GH-19647] +* command/show: Add support for machine readable output via a `-json` argument to `terraform show` [GH-19687] BUG FIXES: