Skip to content

Commit 3ba6718

Browse files
committed
Update docs
1 parent b09fbc6 commit 3ba6718

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/terraform_cloud.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,14 @@ To enable this feature:
271271
7. Modify `main.tf`:
272272
273273
1. Add instances to `instances` with the tags `pool` and `node`. These are
274-
the nodes that Slurm will able to create and destroy. Commit and push changes in git.
274+
the nodes that Slurm will able to create and destroy.
275275
2. On the right-hand-side of `public_keys = `, replace `[file("~/.ssh/id_rsa.pub")]`
276276
by a list of SSH public keys that will have admin access to the cluster.
277277
3. After the line `public_keys = ...`, add `hieradata = file("data.yaml")`.
278278
4. After the line `hieradata = ...`, add `generate_ssh_key = true`. This will provide
279279
Terraform Cloud SSH admin access to the cluster and it will be used to upload configuration
280280
files.
281+
5. Stage changes, commit and push to git repo.
281282
282283
9. Go to your workspace in TFE, click on Actions -> Start a new run -> Plan and apply -> Start run.
283284
10. Compute nodes defined in step 8 can be modified at any point in the cluster lifetime and

0 commit comments

Comments
 (0)