From 03decc2a95e4732afa89176686ced632f89643f2 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Sat, 7 Oct 2017 15:23:03 +0100 Subject: [PATCH] docs: agent/options gcp's project_name is optional Per https://github.com/hashicorp/go-discover/blob/master/provider/gce/gce_discover.go#L53-L61 --- website/source/docs/agent/options.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index 00c8f5a3f..fb4ea5ab9 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -344,8 +344,8 @@ will exit with an error at startup. ``` - `provider` (required) - the name of the provider ("gce" in this case). - - `project_name` (required) - the name of the project to auto-join on. - `tag_value` (required) - the value of the tag to auto-join on. + - `project_name` (optional) - the name of the project to auto-join on. Discovered if not set. - `zone_pattern` (optional) - the list of zones can be restricted through an RE2 compatible regular expression. If omitted, servers in all zones are returned. - `credentials_file` (optional) - the credentials file for authentication. See below for more information.