From 0a56308c9976674f0ad011d1249f7b0c4017fe9f Mon Sep 17 00:00:00 2001 From: Neil Calabroso Date: Mon, 27 Mar 2017 23:47:06 +0800 Subject: [PATCH] Update compute_network.html.markdown (#13077) Include `name` in the exported attributes of `google_compute_network`'s documentation --- r/compute_network.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/r/compute_network.html.markdown b/r/compute_network.html.markdown index 7cea11ad..cd03ad2b 100644 --- a/r/compute_network.html.markdown +++ b/r/compute_network.html.markdown @@ -53,4 +53,6 @@ exported: * `gateway_ipv4` - The IPv4 address of the gateway. +* `name` - The unique name of the network. + * `self_link` - The URI of the created resource.