mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 12:20:27 -07:00
Bug fixes for gcp_compute_address (#42704)
This commit is contained in:
parent
f642258817
commit
0039df016f
1 changed files with 0 additions and 7 deletions
|
@ -6,12 +6,6 @@ class ModuleDocFragment(object):
|
||||||
# GCP doc fragment.
|
# GCP doc fragment.
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
options:
|
options:
|
||||||
state:
|
|
||||||
description:
|
|
||||||
- Whether the given zone should or should not be present.
|
|
||||||
required: true
|
|
||||||
choices: ["present", "absent"]
|
|
||||||
default: "present"
|
|
||||||
project:
|
project:
|
||||||
description:
|
description:
|
||||||
- The Google Cloud Platform project to use.
|
- The Google Cloud Platform project to use.
|
||||||
|
@ -31,7 +25,6 @@ options:
|
||||||
scopes:
|
scopes:
|
||||||
description:
|
description:
|
||||||
- Array of scopes to be used.
|
- Array of scopes to be used.
|
||||||
required: true
|
|
||||||
notes:
|
notes:
|
||||||
- For authentication, you can set service_account_file using the
|
- For authentication, you can set service_account_file using the
|
||||||
C(GCP_SERVICE_ACCOUNT_FILE) env variable.
|
C(GCP_SERVICE_ACCOUNT_FILE) env variable.
|
||||||
|
|
Loading…
Add table
Reference in a new issue