diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df6beb4..4ee147dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ IMPROVEMENTS: * compute: Add configurable create/update/delete timeouts to `google_compute_instance` [GH-856] * compute: Add update support for `routing_mode` in `google_compute_network` [GH-857] * compute: Add import support for `google_compute_instance` [GH-873] +* compute: More descriptive error message for health check not found in `google_compute_target_pool` [GH-883] BUG FIXES: * storage: Fix bug blocking the update of a storage object if its content is dynamic/interpolated. [GH-848]