mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-04 09:50:27 -07:00
Fix a compute_backend_service permadiff
This commit is contained in:
parent
4b7f31c000
commit
537707deef
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ options:
|
|||
completely drained, offering 0% of its available Capacity. Valid range is
|
||||
[0.0,1.0].
|
||||
required: false
|
||||
default: '1.0'
|
||||
default: '1'
|
||||
type: str
|
||||
description:
|
||||
description:
|
||||
|
@ -1448,7 +1448,7 @@ def main():
|
|||
# TODO: capacity_scaler does some value normalization
|
||||
# server-side, so there needs to be a way to do proper
|
||||
# value comparison.
|
||||
capacity_scaler=dict(default="1.0", type="str"),
|
||||
capacity_scaler=dict(default="1", type="str"),
|
||||
description=dict(type="str"),
|
||||
group=dict(required=True, type="str"),
|
||||
max_connections=dict(type="int"),
|
||||
|
|
Loading…
Add table
Reference in a new issue