Skip to content

Commit

Permalink
polished doc wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Dolzhenko committed Oct 1, 2018
1 parent cb5ae5f commit 1159638
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/plugins/discovery-gce.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ The following gce settings (prefixed with `cloud.gce`) are supported:
`project_id`::

Your Google project id.
If the value is not specified, default project id is picked up from a metadata server.
By default the project id will be derived from the instance metadata.

Note: it does not utilize any system properties or environment variables like `GOOGLE_CLOUD_PROJECT` or `GCLOUD_PROJECT`
to resolve the default project id.
Note: Deriving the project id from system properties or environment variables
(`GOOGLE_CLOUD_PROJECT` or `GCLOUD_PROJECT`) is not supported.

`zone`::

helps to retrieve instances running in a given zone.
It should be one of the https://developers.google.com/compute/docs/zones#available[GCE supported zones].
If the value is not specified, default zone is picked up from a metadata server.
By default the zone will be derived from the instance metadata.
See also <<discovery-gce-usage-zones>>.

`retry`::
Expand Down

0 comments on commit 1159638

Please sign in to comment.