From b93553e2c745735af6aecb08212598624638ebec Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 1 May 2020 13:03:42 -0400 Subject: [PATCH] Add back requireds on stripquery (#3443) (#392) * Add back requireds on stripquery * Move required to terraform.yaml, add description on empty blocks' * Fixed to preserve backwards compatibility * Remove last default in description * Default back to false in ansible urlmaps Signed-off-by: Modular Magician --- docs/resources/google_compute_url_map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/google_compute_url_map.md b/docs/resources/google_compute_url_map.md index 29599fa82..e76876185 100644 --- a/docs/resources/google_compute_url_map.md +++ b/docs/resources/google_compute_url_map.md @@ -124,7 +124,7 @@ Properties that can be accessed from the `google_compute_url_map` resource: * SEE_OTHER * TEMPORARY_REDIRECT - * `strip_query`: If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the query portion of the original URL is retained. The default is set to false. + * `strip_query`: If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the query portion of the original URL is retained. * `tests`: The list of expected URL mapping tests. Request to update this UrlMap will succeed only if all of the test cases pass. You can specify a maximum of 100 tests per UrlMap.