Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in nodepool documentation #191

Merged
merged 1 commit into from
May 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/r/cloud_project_kube_nodepool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ The following arguments are supported:

* `desired_nodes` - number of nodes to start.

* `max_nodes` - maximum number of nodes allowde in the pool.
* `max_nodes` - maximum number of nodes allowed in the pool.
Setting `desired_nodes` over this value will raise an error.

* `min_nodes` - minimum number of nodes allowde in the pool.
* `min_nodes` - minimum number of nodes allowed in the pool.
Setting `desired_nodes` under this value will raise an error.

* `monthly_billed` - (Optional) should the nodes be billed on a monthly basis. Default to `false`.
Expand Down