Bug fixes for gcp_compute_address (#42704)

This commit is contained in:
Alex Stephen 2018-08-13 07:50:04 -07:00
parent f642258817
commit 0039df016f

View file

@ -6,12 +6,6 @@ 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.
@ -31,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.