diff --git a/website/docs/r/compute_url_map.html.markdown b/website/docs/r/compute_url_map.html.markdown index abd361a1..2aee2623 100644 --- a/website/docs/r/compute_url_map.html.markdown +++ b/website/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.