Add compute subnetwork IAM binding, member, policy

These are now GA
This commit is contained in:
Sam Levenick 2019-05-02 16:15:59 -07:00 committed by GitHub
parent a39398c76c
commit a648430f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ FEATURES:
* **New Resource**: `google_compute_node_template` for sole-tenant node templates is now available. ([#3446](https://github.com/terraform-providers/terraform-provider-google/pull/3446))
* **New Resource**: `google_filestore_instance` is now available at GA. [GH-3522]
* **New Resource**: `google_firestore_index` is now available to configure composite indexes on Firestore. [GH-3484]
* **New Resources**: `google_compute_subnetwork_iam_binding`, `google_compute_subnetwork_iam_member`, and `google_compute_subnetwork_iam_policy` are now available at GA. [GH-3541]
ENHANCEMENTS:
* dataflow: `google_dataflow_job`'s `network` and `subnetwork` can be configured. [GH-3476]