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 4080b4652f
commit 73879f49a2

View File

@ -147,7 +147,7 @@ multiple times)
* `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)
* `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
URL [here](https://cloud.google.com/compute/docs/reference/latest/urlMaps#pathMatcher.defaultService)