provider/google: Documenting the import process for compute_network

This commit is contained in:
stack72 2017-04-21 12:51:24 +03:00
parent bce01a0fa0
commit 2d808c33e9

View File

@ -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
```