File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
132133terraform init
133134terraform 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
249251terraform init
250252terraform plan
251253```
You can’t perform that action at this time.
0 commit comments