Skip to content

Commit

Permalink
Add the note using Create method to create google_service_networking_…
Browse files Browse the repository at this point in the history
…connection to 5.0 guide (#8889)

* Add the note using Create method to create google_service_networking_connection to 5.0 guide

* Improve the note
  • Loading branch information
zli82016 authored Sep 7, 2023
1 parent 3e4723e commit 25a0c91
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,3 +432,9 @@ resource "google_project_iam_binding" "gcs-bucket-writer" {
### resource `google_cloudiot_registry_iam_*` is now removed

### datasource `google_cloudiot_registry_iam_policy` is now removed

## Resource: `google_service_networking_connection`

### `Create` endpoint is used to create the resource

`google_service_networking_connection` now uses the Create endpoint instead of the Patch endpoint during the creation step. Previously, Patch was used as a workaround for an issue that has since been resolved.

0 comments on commit 25a0c91

Please sign in to comment.