Allow updates to the mtu property in the Network resource.#13995
Allow updates to the mtu property in the Network resource.#13995roaks3 merged 1 commit intoGoogleCloudPlatform:mainfrom
Conversation
|
Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: For automatic test runs see go/terraform-auto-test-runs. @BBBmau, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
Currently using terraform to update the mtu property of the Network results in forcing the replacement of the Network resource. This change marks the mtu property as mutable, and uses the PATCH verb on the Network resource to update the mtu property of the network.
a12e18a to
667f2a8
Compare
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 1196 Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
Tests analyticsTotal tests: 1196 Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
a6159af
Currently using terraform to update the mtu property of the Network results in forcing the replacement of the Network resource.
This change marks the mtu property as mutable, and instead uses the PATCH API on the Network resource to update the mtu property of the network.
Fixes hashicorp/terraform-provider-google#22543
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.