mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-25 22:30:29 -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
|
@ -96,8 +96,7 @@ options:
|
|||
preemptible:
|
||||
description:
|
||||
- Defines whether the TPU instance is preemptible.
|
||||
required: false
|
||||
default: 'false'
|
||||
required: true
|
||||
type: bool
|
||||
labels:
|
||||
description:
|
||||
|
@ -294,7 +293,7 @@ def main():
|
|||
tensorflow_version=dict(required=True, type='str'),
|
||||
network=dict(type='str'),
|
||||
cidr_block=dict(required=True, type='str'),
|
||||
scheduling_config=dict(type='dict', options=dict(preemptible=dict(type='bool'))),
|
||||
scheduling_config=dict(type='dict', options=dict(preemptible=dict(required=True, type='bool'))),
|
||||
labels=dict(type='dict'),
|
||||
zone=dict(required=True, type='str'),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue