From d3976723a92b98fddbca4ec22ae93b25bc220887 Mon Sep 17 00:00:00 2001 From: appilon Date: Tue, 30 Apr 2019 11:58:36 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b92c8135..c5320d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ FIXES * Fixed issue preventing policies from updating [GH-18] +* Fixed `arguments_json` in the queue resource, unfortunately it never worked and failed silently. A queue that receives arguments outside of terraform, where said arguments are not of type string, and was originally configured via `arguments` will be saved to `arguments_json`. This will present the user a diff but avoids a permanent error. [GH-26] +* Provider has been switched to use go modules and bumps the Terraform SDK to v0.11 [GH-26] ## 1.0.0 (April 27, 2018)