Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Add back requireds on stripquery (#3443) (#392)
Browse files Browse the repository at this point in the history
* 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 <magic-modules@google.com>
  • Loading branch information
modular-magician authored May 1, 2020
1 parent baa8ac5 commit b93553e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/google_compute_url_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b93553e

Please sign in to comment.