diff --git a/modules/bigtable-instance/README.md b/modules/bigtable-instance/README.md index c15ab5259e..1d425a640c 100644 --- a/modules/bigtable-instance/README.md +++ b/modules/bigtable-instance/README.md @@ -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" { @@ -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" {