Skip to content

Commit

Permalink
Updated 5.0.0 release guide about the change in enableEndpointIndepen…
Browse files Browse the repository at this point in the history
…dentMapping's default value (GoogleCloudPlatform#8634)
  • Loading branch information
shijeesh-ns authored and rainshen49 committed Aug 21, 2023
1 parent 2f14cbb commit cdd52f7
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit cdd52f7

Please sign in to comment.