From 3ec401535daf178017d58fa7519166faf29c8904 Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Tue, 11 Dec 2018 11:04:48 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5520d830580..0dd0828cb43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ BUG FIXES: * bigquery: added australia and europe regions to the validate function [GH-2333] * compute: `google_compute_disk.snapshot`, `google_compute_region_disk.snapshot` properly allow partial URIs. [GH-2450] * iam: fix permadiff when stage is ALPHA [GH-2370] +* iam: add another retry if iam read returns nil [GH-2629] * pubsub: fix issue where not all attributes were saved in state [GH-2469] * compute: attached_disk now supports region disks [GH-2441]