diff --git a/.changelog/4041.txt b/.changelog/4041.txt new file mode 100644 index 00000000000..8ec013c0699 --- /dev/null +++ b/.changelog/4041.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` diff --git a/website/docs/r/service_networking_connection.html.markdown b/website/docs/r/service_networking_connection.html.markdown index bee2d2f3cfb..dbee7e8fafa 100644 --- a/website/docs/r/service_networking_connection.html.markdown +++ b/website/docs/r/service_networking_connection.html.markdown @@ -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}} +```