Skip to content

Commit

Permalink
Let the compute zones data source accept a project parameter (hashi…
Browse files Browse the repository at this point in the history
  • Loading branch information
jphalip authored and rosbo committed Mar 5, 2018
1 parent dabd484 commit 46b3fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/d/google_compute_zones.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down

0 comments on commit 46b3fe1

Please sign in to comment.