From 45441a47d1a3749e31c13decd61fcaad3c28d8a5 Mon Sep 17 00:00:00 2001 From: The Magician Date: Mon, 26 Jul 2021 20:06:17 -0500 Subject: [PATCH] fixed two doc format (#4742) (#9643) Signed-off-by: Modular Magician --- .changelog/4742.txt | 3 +++ google/resource_compute_region_url_map.go | 2 +- google/resource_compute_url_map.go | 2 +- website/docs/r/compute_region_url_map.html.markdown | 2 +- website/docs/r/compute_url_map.html.markdown | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 .changelog/4742.txt diff --git a/.changelog/4742.txt b/.changelog/4742.txt new file mode 100644 index 00000000000..8ec013c0699 --- /dev/null +++ b/.changelog/4742.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` diff --git a/google/resource_compute_region_url_map.go b/google/resource_compute_region_url_map.go index f8f09368071..3623ae76212 100644 --- a/google/resource_compute_region_url_map.go +++ b/google/resource_compute_region_url_map.go @@ -265,7 +265,7 @@ given pathMatcher, only one of pathRules or routeRules must be set.`, Type: schema.TypeSet, Required: true, Description: `The list of path patterns to match. Each must start with / and the only place a -* is allowed is at the end following a /. The string fed to the path matcher +\* is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here.`, Elem: &schema.Schema{ diff --git a/google/resource_compute_url_map.go b/google/resource_compute_url_map.go index c465b1b6410..7c5dabaa43e 100644 --- a/google/resource_compute_url_map.go +++ b/google/resource_compute_url_map.go @@ -1305,7 +1305,7 @@ given pathMatcher, only one of pathRules or routeRules must be set.`, Type: schema.TypeSet, Required: true, Description: `The list of path patterns to match. Each must start with / and the only place a -* is allowed is at the end following a /. The string fed to the path matcher +\* is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here.`, Elem: &schema.Schema{ diff --git a/website/docs/r/compute_region_url_map.html.markdown b/website/docs/r/compute_region_url_map.html.markdown index a122d5314bd..e0ec447f4db 100644 --- a/website/docs/r/compute_region_url_map.html.markdown +++ b/website/docs/r/compute_region_url_map.html.markdown @@ -1270,7 +1270,7 @@ The `path_rule` block supports: * `paths` - (Required) The list of path patterns to match. Each must start with / and the only place a - * is allowed is at the end following a /. The string fed to the path matcher + \* is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here. diff --git a/website/docs/r/compute_url_map.html.markdown b/website/docs/r/compute_url_map.html.markdown index e1d61ff4d86..96fd0c14a5a 100644 --- a/website/docs/r/compute_url_map.html.markdown +++ b/website/docs/r/compute_url_map.html.markdown @@ -905,7 +905,7 @@ The `path_rule` block supports: * `paths` - (Required) The list of path patterns to match. Each must start with / and the only place a - * is allowed is at the end following a /. The string fed to the path matcher + \* is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here.