mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 15:11:33 -07:00
* 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>
This commit is contained in:
parent
384a8f4647
commit
9bfffd56e8
4 changed files with 17 additions and 22 deletions
|
@ -960,7 +960,7 @@ resources:
|
|||
- 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.
|
||||
value is false.
|
||||
returned: success
|
||||
type: bool
|
||||
pathRules:
|
||||
|
@ -1484,8 +1484,7 @@ resources:
|
|||
description:
|
||||
- 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.
|
||||
query portion of the original URL is retained.
|
||||
returned: success
|
||||
type: bool
|
||||
tests:
|
||||
|
@ -1575,7 +1574,7 @@ resources:
|
|||
description:
|
||||
- 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.
|
||||
of the original URL is retained.
|
||||
returned: success
|
||||
type: bool
|
||||
region:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue