mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-06-05 00:19:10 -07:00
[DO NOT MERGE] 3.0.0 staging branch
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
f526d210f6
commit
bafefea662
24 changed files with 57 additions and 133 deletions
|
@ -223,7 +223,7 @@ options:
|
|||
bounds:
|
||||
description:
|
||||
- The values must be monotonically increasing.
|
||||
required: false
|
||||
required: true
|
||||
type: list
|
||||
project:
|
||||
description:
|
||||
|
@ -527,7 +527,7 @@ def main():
|
|||
exponential_buckets=dict(
|
||||
type='dict', options=dict(num_finite_buckets=dict(type='int'), growth_factor=dict(type='int'), scale=dict(type='str'))
|
||||
),
|
||||
explicit_buckets=dict(type='dict', options=dict(bounds=dict(type='list', elements='str'))),
|
||||
explicit_buckets=dict(type='dict', options=dict(bounds=dict(required=True, type='list', elements='str'))),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue