From c68c0c04d9f9a67c12618605258827f4a2e34b64 Mon Sep 17 00:00:00 2001 From: Cameron Thornton Date: Thu, 21 Sep 2023 12:00:08 -0500 Subject: [PATCH] Upgrade guide - container nodepool (#8969) --- .../docs/guides/version_5_upgrade.html.markdown | 14 ++++++++++++++ 1 file changed, 14 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 d850b89fc40f..e4e4695748ed 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 @@ -292,12 +292,14 @@ resource "google_firebaserules_ruleset" "firestore" { These two unsupported fields were introduced incorrectly. They are now removed. + ## Resource: `google_cloud_run_v2_service` ### `liveness_probe.tcp_socket` is now removed This unsupported field was introduced incorrectly. It is now removed. + ## Resource: `google_container_cluster` ### Clusters created in error states are now tainted rather than deleted @@ -318,6 +320,18 @@ cluster and/or manually resolve the issues and untaint their failed clusters. Previously `network_policy.provider` defaulted to "PROVIDER_UNSPECIFIED". It no longer has a default value. + +## Resource: `google_container_node_pool` + +### `logging_variant` no longer has a provider default value + +Previously `logging_variant` defaulted to "DEFAULT". It no longer has a default value. + +### `management.auto_repair` and `management.auto_upgrade` now default to true + +Previously both fields defaulted to false. They now default to true. + + ## Resource: `google_dataplex_datascan` ### `dataQualityResult` and `dataProfileResult` output fields are now removed