From 0ea7ec18c1347c9ac7f7d3088c4f810340ab3119 Mon Sep 17 00:00:00 2001 From: Weijia Chen Date: Thu, 10 Aug 2023 17:26:51 +0000 Subject: [PATCH 1/2] add google_bigquery_table to version 5 upgrade doc for #8460 --- .../website/docs/guides/version_5_upgrade.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mmv1/third_party/terraform/website/docs/guides/version_5_upgrade.html.markdown b/mmv1/third_party/terraform/website/docs/guides/version_5_upgrade.html.markdown index cdad976848aa..f9b1c04633fb 100644 --- a/mmv1/third_party/terraform/website/docs/guides/version_5_upgrade.html.markdown +++ b/mmv1/third_party/terraform/website/docs/guides/version_5_upgrade.html.markdown @@ -114,6 +114,10 @@ Description of the change and how users should adjust their configuration (if ne The provider will now enforce at plan time that at most one of these fields be set. +### `schema` can only be represented as a JSON array with non-null elements. + +The provider will now enforce at plan time that `schema` can be unmarshalled into a valid JSON array with non-null elements. + ## Resource: `google_firebase_web_app` ### `deletion_policy` now defaults to `DELETE` From 457c8964a74f58b8ea49f7c2ff32b34b369e6970 Mon Sep 17 00:00:00 2001 From: Weijia Chen Date: Sat, 12 Aug 2023 00:49:35 +0000 Subject: [PATCH 2/2] update wording --- .../website/docs/guides/version_5_upgrade.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv1/third_party/terraform/website/docs/guides/version_5_upgrade.html.markdown b/mmv1/third_party/terraform/website/docs/guides/version_5_upgrade.html.markdown index f9b1c04633fb..a20ab38593cd 100644 --- a/mmv1/third_party/terraform/website/docs/guides/version_5_upgrade.html.markdown +++ b/mmv1/third_party/terraform/website/docs/guides/version_5_upgrade.html.markdown @@ -116,7 +116,7 @@ The provider will now enforce at plan time that at most one of these fields be s ### `schema` can only be represented as a JSON array with non-null elements. -The provider will now enforce at plan time that `schema` can be unmarshalled into a valid JSON array with non-null elements. +The provider will now enforce at plan time that `schema` is a valid JSON array with non-null elements. ## Resource: `google_firebase_web_app`