-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[compute_instance] - Allow updating of network and subnetwork propert…
…ies (#4011) (#7358) * [compute_instance] - Allow updating of network and subnetwork properties * fix spelling error * resolve comments * switch to use id over self link * remove unused var * resolve comments * take into account fingerprint refresh before update call. * spelling fix * Update third_party/terraform/resources/resource_compute_instance.go.erb typo correction Co-authored-by: Cameron Thornton <camthornton@google.com> * Update third_party/terraform/resources/resource_compute_instance.go.erb typo correction Co-authored-by: Cameron Thornton <camthornton@google.com> * Add comment explaining subnetwork/network relationship. Changed test name Co-authored-by: Cameron Thornton <camthornton@google.com> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Cameron Thornton <camthornton@google.com>
- Loading branch information
1 parent
b6509a4
commit 02bc6fd
Showing
4 changed files
with
264 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
compute: added support for updating `network_interface.[d].network` and `network_interface.[d].subnetwork` properties on `google_compute_instance`. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.