Explain that compute_url_map needs self link for test.service (#818)

This commit is contained in:
Daniel Compton 2017-12-06 08:26:45 +13:00 committed by Vincent Roseberry
parent c9a06ebc58
commit 7f703c954e

View File

@ -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.
Currently `host_rule`, `path_matcher` and `test` importing is not yet supported.