provider/google: Documenting the import process for compute_network

This commit is contained in:
stack72 2017-04-21 12:51:24 +03:00
parent 1913d72212
commit 83c4d5d71d
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 9 additions and 0 deletions

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