From 46b3fe1874bfa0a2f031da28a43cbfba0bb1cfad Mon Sep 17 00:00:00 2001 From: Julien Phalip Date: Mon, 5 Mar 2018 13:32:14 -0800 Subject: [PATCH] Let the compute zones data source accept a `project` parameter (#1122) --- docs/d/google_compute_zones.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/d/google_compute_zones.html.markdown b/docs/d/google_compute_zones.html.markdown index ec441f09a31..df1c139697d 100644 --- a/docs/d/google_compute_zones.html.markdown +++ b/docs/d/google_compute_zones.html.markdown @@ -29,6 +29,7 @@ resource "google_compute_instance_group_manager" "foo" { The following arguments are supported: +* `project` (Optional) - Project from which to list available zones. Defaults to project declared in the provider. * `region` (Optional) - Region from which to list available zones. Defaults to region declared in the provider. * `status` (Optional) - Allows to filter list of zones based on their current status. Status can be either `UP` or `DOWN`. Defaults to no filtering (all available zones - both `UP` and `DOWN`).