mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-18 17:01:22 -07:00
Formatting changes related to upstream code generator cleanup. (#162)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
f2746afceb
commit
99d5da337c
94 changed files with 1515 additions and 1845 deletions
|
@ -178,7 +178,7 @@ def main():
|
|||
name=dict(required=True, type='str'),
|
||||
config=dict(required=True, type='str'),
|
||||
display_name=dict(required=True, type='str'),
|
||||
node_count=dict(default=1, type='int'),
|
||||
node_count=dict(type='int'),
|
||||
labels=dict(type='dict'),
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue