Skip to content

Commit

Permalink
Upstream #7350 (#4041) (#7454)
Browse files Browse the repository at this point in the history
Update import docs for service networking connection.

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 7, 2020
1 parent 10e98f0 commit 0804649
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/4041.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
8 changes: 8 additions & 0 deletions website/docs/r/service_networking_connection.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@ The following arguments are supported:
* `reserved_peering_ranges` - (Required) Named IP address range(s) of PEERING type reserved for
this service provider. Note that invoking this method with a different range when connection
is already established will not reallocate already provisioned service producer subnetworks.

## Import

Service networking connections can be imported using the following accepted format:

```
$ terraform import google_service_networking_connection.foobar {{network}}:{{service}}
```

0 comments on commit 0804649

Please sign in to comment.