From cdd52f7e72e14bfddfc9066601b919be4af2262c Mon Sep 17 00:00:00 2001 From: shijeesh-ns <92889532+shijeesh-ns@users.noreply.github.com> Date: Mon, 14 Aug 2023 18:36:26 -0700 Subject: [PATCH] Updated 5.0.0 release guide about the change in enableEndpointIndependentMapping's default value (#8634) --- .../docs/guides/version_5_upgrade.html.markdown | 10 ++++++++++ 1 file changed, 10 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 6f3b0fb7e188..89792612fe82 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 @@ -185,3 +185,13 @@ These two unsupported fields were introduced incorrectly. They are now removed. ### `liveness_probe.tcp_socket` is now removed This unsupported field was introduced incorrectly. It is now removed. + +## Resource: `google_compute_router_nat` + +### `enable_endpoint_independent_mapping` now defaults to API's default value which is `FALSE` + +Previously, the default value of `enable_endpoint_independent_mapping` was `TRUE`. Now, +it will use the default value from the API which is `FALSE`. If you want to +enable endpoint independent mapping, then explicity set the value of +`enable_endpoint_independent_mapping` field to `TRUE`. +