From 6bdc8ece2c755122bcfaa4ac6adc60f0cf905e39 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Wed, 6 Dec 2017 08:26:45 +1300 Subject: [PATCH] Explain that compute_url_map needs self link for test.service (#818) --- docs/r/compute_url_map.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/r/compute_url_map.html.markdown b/docs/r/compute_url_map.html.markdown index abd361a11e9..2aee2623ba9 100644 --- a/docs/r/compute_url_map.html.markdown +++ b/docs/r/compute_url_map.html.markdown @@ -142,7 +142,7 @@ The `path_rule` block supports: The `test` block supports: -* `service` - (Required) The backend service or backend bucket that should be matched by this test. +* `service` - (Required) The backend service or backend bucket link that should be matched by this test. * `host` - (Required) The host component of the URL being tested. @@ -170,4 +170,4 @@ $ terraform import google_compute_url_map.html.foobar foobar ``` -Currently `host_rule`, `path_matcher` and `test` importing is not yet supported. \ No newline at end of file +Currently `host_rule`, `path_matcher` and `test` importing is not yet supported.