provider/google: Fix config key in compute_url_map docs

This commit is contained in:
Christoph Tavan 2017-05-02 23:07:24 +02:00
parent 69681b0a86
commit 266865d75a
No known key found for this signature in database
GPG Key ID: D9B600C63A37FD28

View File

@ -147,7 +147,7 @@ multiple times)
* `paths` - (Required) The list of paths to match against. See the * `paths` - (Required) The list of paths to match against. See the
documentation for formatting these [here](https://cloud.google.com/compute/docs/reference/latest/urlMaps#pathMatchers.pathRules.paths) documentation for formatting these [here](https://cloud.google.com/compute/docs/reference/latest/urlMaps#pathMatchers.pathRules.paths)
* `default_service` - (Required) The URL for the backend service or backend bucket to use if any * `service` - (Required) The URL for the backend service or backend bucket to use if any
of the given paths match. See the documentation for formatting the service/bucket of the given paths match. See the documentation for formatting the service/bucket
URL [here](https://cloud.google.com/compute/docs/reference/latest/urlMaps#pathMatcher.defaultService) URL [here](https://cloud.google.com/compute/docs/reference/latest/urlMaps#pathMatcher.defaultService)