From cc9b334398acb9e4a374a92e6b291832b3b9c0ba Mon Sep 17 00:00:00 2001 From: Johan Ruuskanen <johan.ruuskanen@control.lth.se> Date: Fri, 27 Aug 2021 14:05:01 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a9e6df..546e1bc 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,4 @@ ssh-add /path/to/your/private/key ``` You can now ssh into your virtual machine using `ssh ubuntu@vm-public-ip`. -#### Remove the terraform instance -Simply run `terraform destroy` +To remove your VM, run `terraform destroy -var-file=cluster.tfvars` -- GitLab