mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 07:01:32 -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
|
@ -925,8 +925,8 @@ 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. The default value
|
||||
is false.
|
||||
required: false
|
||||
default: 'false'
|
||||
type: bool
|
||||
|
@ -1483,7 +1483,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
|
||||
|
@ -1582,7 +1582,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.
|
||||
the original URL is retained.
|
||||
required: false
|
||||
default: 'false'
|
||||
type: bool
|
||||
|
@ -2494,8 +2494,8 @@ 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. The default value is
|
||||
false.
|
||||
returned: success
|
||||
type: bool
|
||||
pathRules:
|
||||
|
@ -3005,7 +3005,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:
|
||||
|
@ -3094,7 +3094,7 @@ defaultUrlRedirect:
|
|||
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.
|
||||
original URL is retained.
|
||||
returned: success
|
||||
type: bool
|
||||
region:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue