Skip to content

Commit dffeab7

Browse files
committed
DOC: Improve instructions in guide
skipci
1 parent bb791d2 commit dffeab7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/getting_started/managing_infrastructure.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,10 @@ variable "github_account" {
126126

127127
## Create the core infrastructure
128128

129-
In the command line, Change directory into `terraform_core` and run:
129+
In the command line, Change directory into `terraform_core` and generate the Terraform plan:
130130

131131
```shell
132+
cd terraform_core
132133
terraform init
133134
terraform plan
134135
```
@@ -243,9 +244,10 @@ variable "cluster_queue" {
243244

244245
## Create the cluster
245246

246-
In the command line, change directory into `terraform_cluster` and run:
247+
In the command line, change directory into `terraform_cluster` and generate the Terraform plan:
247248

248249
```shell
250+
cd ../terraform_cluster
249251
terraform init
250252
terraform plan
251253
```

0 commit comments

Comments
 (0)