From 47461f22862bd716700f07809f46b0f6cdb3aed6 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Fri, 2 Jun 2017 22:16:56 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2bbfe4d4..02e67d7229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ BUG FIXES: * provider/digitalocean: Refresh DO loadbalancer from state if 404 [GH-14897] * provider/github: Do not set incorrect values in github_team data source [GH-14859] * provider/google: use a mutex to prevent concurrent sql instance operations [GH-14424] +* provider/google: Set instances to computed in compute_instance_group [GH-15025] * provider/postgresql: Fix for leaking credentials in the provider [GH-14817] * provider/postgresql: Drop the optional WITH token from CREATE ROLE. [GH-14864] * provider/rancher: refresh rancher_host from state on nil or removed host [GH-15015]