From 2d808c33e96409d07a7ce5dff02d42b63f692fcf Mon Sep 17 00:00:00 2001 From: stack72 Date: Fri, 21 Apr 2017 12:51:24 +0300 Subject: [PATCH] provider/google: Documenting the import process for compute_network --- r/compute_network.html.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/r/compute_network.html.markdown b/r/compute_network.html.markdown index 0146dc8a..a9313688 100644 --- a/r/compute_network.html.markdown +++ b/r/compute_network.html.markdown @@ -56,3 +56,12 @@ exported: * `name` - The unique name of the network. * `self_link` - The URI of the created resource. + + +## Import + +Networks can be imported using the `name`, e.g. + +``` +$ terraform import google_compute_network.public my_network_name +``` \ No newline at end of file