Skip to content

Commit

Permalink
Some more remarks in the documentation about num_nodes and autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
iht committed Nov 23, 2022
1 parent e05dec9 commit 59e1d13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/bigtable-instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ module "bigtable-instance" {

### Instance with static number of nodes

If you are not using autoscaling settings, you must set a specific number of nodes with the variable `num_nodes`.

```hcl
module "bigtable-instance" {
Expand All @@ -52,6 +54,8 @@ module "bigtable-instance" {

### Instance with autoscaling (based on CPU only)

If you use autoscaling, you should not set the variable `num_nodes`.

```hcl
module "bigtable-instance" {
Expand Down

0 comments on commit 59e1d13

Please sign in to comment.