Skip to content

Commit

Permalink
Fix formatting of container_node_pool.min_node_count (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle authored and danawillow committed Oct 3, 2017
1 parent 2bedd39 commit 7e4c17d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/container_node_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ resource "google_container_cluster" "primary" {

The `autoscaling` block supports:

* `min_node_count` - (Required) Minimum number of nodes in the NodePool. Must be >=1 and
* `min_node_count` - (Required) Minimum number of nodes in the NodePool. Must be >=1 and
<= `max_node_count`.

* `max_node_count` - (Required) Maximum number of nodes in the NodePool. Must be >= min_node_count.
Expand All @@ -122,4 +122,4 @@ Node pools can be imported using the `zone`, `cluster` and `name`, e.g.

```
$ terraform import google_container_node_pool.mainpool us-east1-a/my-cluster/main-pool
```
```

0 comments on commit 7e4c17d

Please sign in to comment.