mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/google: Fix config key in compute_url_map docs
This commit is contained in:
parent
69681b0a86
commit
266865d75a
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user