From 1bf3fe2cbc967b9fcccb8ee4c14c97fdaa2c6b08 Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Thu, 28 Sep 2017 12:02:39 -0700 Subject: [PATCH] Firewall network field now supports self_link in addition of name (#477) --- docs/r/compute_firewall.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/r/compute_firewall.html.markdown b/docs/r/compute_firewall.html.markdown index 9f43b209c0bc..ae8e840db4b6 100644 --- a/docs/r/compute_firewall.html.markdown +++ b/docs/r/compute_firewall.html.markdown @@ -40,7 +40,7 @@ The following arguments are supported: * `name` - (Required) A unique name for the resource, required by GCE. Changing this forces a new resource to be created. -* `network` - (Required) The name of the network to attach this firewall to. +* `network` - (Required) The name or self_link of the network to attach this firewall to. * `allow` - (Required) Can be specified multiple times for each allow rule. Each allow block supports fields documented below.