mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-06-04 16:09:10 -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
|
@ -783,8 +783,7 @@ options:
|
|||
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.
|
||||
required: false
|
||||
default: 'false'
|
||||
type: bool
|
||||
|
@ -1641,7 +1640,7 @@ options:
|
|||
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.
|
||||
portion of the original URL is retained.
|
||||
required: false
|
||||
default: 'false'
|
||||
type: bool
|
||||
|
@ -2529,8 +2528,7 @@ pathMatchers:
|
|||
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
|
||||
routeRules:
|
||||
|
@ -3323,7 +3321,7 @@ pathMatchers:
|
|||
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
|
||||
tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue