Remove required field on service_account_file in gcp_compute plugin inventory (#57345)
This commit is contained in:
parent
f6a0f9874d
commit
1d76635206
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ DOCUMENTATION = '''
|
|||
service_account_file:
|
||||
description:
|
||||
- The path of a Service Account JSON file if serviceaccount is selected as type.
|
||||
required: True
|
||||
type: path
|
||||
env:
|
||||
- name: GCE_CREDENTIALS_FILE_PATH
|
||||
|
|
Loading…
Reference in a new issue