provider/google: Documenting the import process for compute_network
This commit is contained in:
parent
1913d72212
commit
83c4d5d71d
|
@ -56,3 +56,12 @@ exported:
|
||||||
* `name` - The unique name of the network.
|
* `name` - The unique name of the network.
|
||||||
|
|
||||||
* `self_link` - The URI of the created resource.
|
* `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
|
||||||
|
```
|
Loading…
Reference in New Issue