From 05eef46f2bb2a9c4e368b0ca365365ee9a5e33e6 Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Thu, 5 Oct 2017 14:30:47 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 027d04f6..df7140b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ FEATURES: IMPROVEMENTS: * compute: Generate network link without calling network API in `google_compute_subnetwork` [GH-527] * compute: Generate network link without calling network API in `google_compute_vpn_gateway` and `google_compute_router` [GH-527] +* compute: Add import support to `google_compute_target_tcp_proxy` [GH-534] * container: Allow disabling of Kubernetes Dashboard via `kubernetes_dashboard` addon ([#433](https://github.com/terraform-providers/terraform-provider-google/issues/433)) * container: Merge the schemas and logic for the node pool resource and the node pool field in the cluster to aid in maintainability [GH-489] * sql: Add new retry wrapper fn, retry sql database instance operations that commonly 503 [GH-417]