Skip to content

Commit b6cab47

Browse files
Update doc service networking connection (#3108) (#2619)
* document updated with right API url for resource google_compute_forwarding_rule. Issue-#5598 * document updated with terraform import commands for the resource * format wordings modified to be inline with other resources Signed-off-by: Modular Magician <[email protected]>
1 parent e1f1537 commit b6cab47

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.changelog/3108.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:REPLACEME
2+
3+
```

website/docs/r/service_networking_connection.html.markdown

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ The following arguments are supported:
5050
this service provider. Note that invoking this method with a different range when connection
5151
is already established will not reallocate already provisioned service producer subnetworks.
5252

53-
## Import
53+
## Import
54+
ServiceNetworkingConnection can be imported using any of these accepted formats
5455

55-
Service networking connections can be imported using the following accepted format:
56+
* terraform import google_service_networking_connection.peering_connection {{peering-network}}:{{service}}
5657

57-
```
58-
$ terraform import google_service_networking_connection.foobar {{network}}:{{service}}
59-
```
58+
* terraform import google_service_networking_connection.peering_connection /projects/{{project}}/global/networks/{{peering-network}}:{{service}}

0 commit comments

Comments
 (0)