This commit is contained in:
tf-release-bot 2019-04-22 20:23:11 +00:00 committed by TeamCity
parent 4aa4c48f1a
commit 72aab75f86
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C

View File

@ -1,8 +1,8 @@
## 2.5.1 (Unreleased)
## 2.5.1 (April 22, 2019)
BUG FIXES:
* compute: `google_compute_backend_service` handles empty/nil `iap` block created by previous providers properly. ([#3459](https://github.com/terraform-providers/terraform-provider-google/issues/3459))
* compute: `google_compute_backend_service` allows multiple instance types in `backends.group` again. [GH-3463]
* compute: `google_compute_backend_service` allows multiple instance types in `backends.group` again. ([#3463](https://github.com/terraform-providers/terraform-provider-google/issues/3463))
* dns: `google_dns_managed_zone` does not permadiff when visiblity is set to default and returned as empty from API ([#3459](https://github.com/terraform-providers/terraform-provider-google/issues/3461))
## 2.5.0 (April 18, 2019)