Update CHANGELOG.md

This commit is contained in:
Riley Karson 2019-01-28 14:41:53 -08:00 committed by GitHub
parent 385ac491f4
commit d5f2c0005a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,8 @@ ENHANCEMENTS:
* bigtable: Add `column_family` at create time to `google_bigtable_table`. [GH-2228]
* bigtable: Add multi-zone (inside one region) replication to `google_bigtable_instance`. [GH-2313] [GH-2289]
* cloudbuild: `google_cloudbuild_trigger` is now autogenerated, adding more configurable timeouts, import support, and the `disabled` field. `ignored_files`, `included_files` are now updatable. [GH-2790] [GH-2871]
* cloudfunctions: add souce repo support [GH-2650]
* cloudfunctions: ` google_cloudfunctions_function` now has souce repo support [GH-2650]
* cloudfunctions: `google_cloudfunctions_function` now supports `service_account_email` for self-provided service accounts. [GH-2947]
* compute: `google_compute_forwarding_rule` supports specifying `all_ports` for internal load balancing. ([`google-beta`#297](https://github.com/terraform-providers/terraform-provider-google-beta/pull/297))
* compute: `google_compute_image` is now autogenerated and supports multiple import formats, and `size_gb` attribute. [GH-2769]
* compute: `google_compute_url_map` resource is now autogenerated and supports multiple import formats. [GH-2245]