From 5e907c7186d44bdc526b5e35a270968a871478de Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Thu, 8 Feb 2018 13:37:34 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8df679e..c6e1a5d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,9 @@ IMPROVEMENTS: * compute: Suppress diff if `guest_accelerators` count is 0 in `google_compute_instance` and `google_compute_instance_template` [GH-866] * compute: Add update support for machine type, min cpu platform, and service accounts [GH-1005] * compute: Add import support for google_compute_shared_vpc_host_project/google_compute_shared_vpc_service_project resources [GH-1004] +* compute: Make route priority optional since Compute has a default value. ([#1009](https://github.com/terraform-providers/terraform-provider-google/issues/1009)) * container: Suppress diff for empty/default provider in `google_container_cluster` network policy [#1031](https://github.com/terraform-providers/terraform-provider-google/issues/1031) * container: Return an error if name and name prefix are specified in node pool [GH-1062] -* compute: Make route priority optional since Compute has a default value. ([#1009](https://github.com/terraform-providers/terraform-provider-google/issues/1009)) * sql: Support for PostgreSQL high availability [GH-1001] * sql: Support for ServerCaCert in Cloud SQL instance. (Related to [#635](https://github.com/terraform-providers/terraform-provider-google/issues/635)) * storage: Add support for setting bucket's logging config [GH-946]