Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Commit 0235811

Browse files
committed
Fix typo.
1 parent 2eed341 commit 0235811

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ label_prefix | "" | Unique identifie
250250

251251
#### Deploying a new cluster
252252

253-
Override any of the above input variables in your terraform.vars and run the plan and apply commands:
253+
Override any of the above input variables in your terraform.tfvars and run the plan and apply commands:
254254

255255
```bash
256256
# verify what will change
@@ -263,7 +263,7 @@ $ terraform apply
263263
#### Scaling k8s workers (in or out) using terraform apply
264264

265265
To scale workers in or out, adjust the `k8sWorkerAd1Count`, `k8sWorkerAd2Count`, or `k8sWorkerAd3Count` input
266-
variables in terraform.vars and run the plan and apply commands:
266+
variables in terraform.tfvars and run the plan and apply commands:
267267

268268
```bash
269269
# verify changes
@@ -280,7 +280,7 @@ When scaling worker nodes _down_, the instances/k8sworker module's user_data cod
280280

281281
#### Scaling k8s masters (in or out) using terraform apply
282282

283-
To scale the masters in or out, adjust the `k8sMasterAd1Count`, `k8sMasterAd2Count`, or `k8sMasterAd3Count` input variables in terraform.vars and run the plan and apply commands:
283+
To scale the masters in or out, adjust the `k8sMasterAd1Count`, `k8sMasterAd2Count`, or `k8sMasterAd3Count` input variables in terraform.tfvars and run the plan and apply commands:
284284

285285
```bash
286286
# verify changes

0 commit comments

Comments
 (0)