Skip to content

Commit

Permalink
update node pool docs to include missing attributes (#5477)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Dana Hoffman <danahoffman@google.com>
  • Loading branch information
modular-magician and danawillow committed Jan 23, 2020
1 parent 32d077d commit de33b20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/docs/r/container_node_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ cluster.
* `name` - (Optional) The name of the node pool. If left blank, Terraform will
auto-generate a unique name.

* `name_prefix` - (Optional) Creates a unique name for the node pool beginning
with the specified prefix. Conflicts with `name`.

* `node_config` - (Optional) The node configuration of the pool. See
[google_container_cluster](container_cluster.html) for schema.

Expand Down Expand Up @@ -180,6 +183,12 @@ The `upgrade_settings` block supports:

`max_surge` and `max_unavailable` must not be negative and at least one of them must be greater than zero.

## Attributes Reference

In addition to the arguments listed above, the following computed attributes are exported:

* `instance_group_urls` - The resource URLs of the managed instance groups associated with this node pool.

<a id="timeouts"></a>
## Timeouts

Expand Down

0 comments on commit de33b20

Please sign in to comment.