From b2e1ae2506e02a52a1575f9378ee4781fda1377f Mon Sep 17 00:00:00 2001 From: Emily Ye Date: Tue, 12 Nov 2019 10:14:02 -0800 Subject: [PATCH] add upgrade note for iot event notification configs (#2390) --- .../docs/guides/version_3_upgrade.html.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/third_party/terraform/website/docs/guides/version_3_upgrade.html.markdown b/third_party/terraform/website/docs/guides/version_3_upgrade.html.markdown index cd2fea300c81..78ee7349d11e 100644 --- a/third_party/terraform/website/docs/guides/version_3_upgrade.html.markdown +++ b/third_party/terraform/website/docs/guides/version_3_upgrade.html.markdown @@ -378,3 +378,14 @@ resource "google_project_service" "project_cloudresourcemanager" { `name` previously could have been specified by a long name (e.g. `projects/my-project/subscriptions/my-subscription`) or a shortname (e.g. `my-subscription`). `name` now must be the shortname. + + +## Resource: `google_cloudiot_registry` + +### Replace singular event notification config field with plural `event_notification_configs` + +Use the plural field `event_notification_configs` instead of +`event_notification_config`, which has now been removed. +Since the Cloud IoT API now accept multiple event notification configs for a +registry, the singular field no longer exists on the API resource and has been +removed from Terraform to prevent conflicts.