diff --git a/README.md b/README.md index 36b22b508a5bde841d8e342f8c951badb1bf11b7..3a9e6dfcb2fa2210ce3f255e49f338aa61159d13 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -Terraform script to setup a virtual machine on ERDC Xerces, with associated virtual network and security group rules to allow for SSH access over the internet. +Terraform script to setup a virtual machine on ERDC Xerces, with associated virtual network and security group rules to allow for remote SSH access. -#### Prerequisites +#### Prerequests * API access to Xerces via either the `cloud.yml` or OpenStack RC file. Both can be found in the "API Access"-tab on your project page on the xerces webpage @@ -23,4 +23,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` \ No newline at end of file +Simply run `terraform destroy`