mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
Bug fixes for gcp_compute_address (#42704)
This commit is contained in:
parent
aac668ee1f
commit
4ecdf11aaa
4 changed files with 130 additions and 93 deletions
|
@ -6,15 +6,10 @@ class ModuleDocFragment(object):
|
|||
# GCP doc fragment.
|
||||
DOCUMENTATION = '''
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
- Whether the given zone should or should not be present.
|
||||
required: true
|
||||
choices: ["present", "absent"]
|
||||
default: "present"
|
||||
project:
|
||||
description:
|
||||
- The Google Cloud Platform project to use.
|
||||
default: null
|
||||
auth_kind:
|
||||
description:
|
||||
- The type of credential used.
|
||||
|
@ -30,7 +25,6 @@ options:
|
|||
scopes:
|
||||
description:
|
||||
- Array of scopes to be used.
|
||||
required: true
|
||||
notes:
|
||||
- For authentication, you can set service_account_file using the
|
||||
C(GCP_SERVICE_ACCOUNT_FILE) env variable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue