mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 23:21:31 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
de2e24dc89
commit
64065c4935
8 changed files with 19 additions and 15 deletions
|
@ -227,7 +227,7 @@ def main():
|
|||
certificate=dict(required=True, type='str'),
|
||||
description=dict(type='str'),
|
||||
name=dict(type='str'),
|
||||
private_key=dict(required=True, type='str'),
|
||||
private_key=dict(required=True, type='str', no_log=True),
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue