Skip to content
Snippets Groups Projects
Commit 50a95faa authored by Ryan Randles Jones's avatar Ryan Randles Jones
Browse files

Update README.md

parent 5612e54a
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,11 @@ Install Terraform:
`$brew install terraform`
Unzip the file and make a path to your new directory:
`$export TERRAFORM_DIR="$(pwd)/terraform-first-instance"/`
`$cp $HOME/Downloads/terraform_0.6.16_linux_amd64/terraform $TERRAFORM_DIR/`
`$export TERRAFORM_DIR="$(pwd)/terraform-first-instance"`/
`$cp $HOME/Downloads/terraform_0.6.16_linux_amd64/terraform $TERRAFORM_DIR`
Clone this repo into your terraform-first-instance directory:
`$git clone https://gitlab.rc.uab.edu/rrand11/terraform-openstack.git/`
`$git clone https://gitlab.rc.uab.edu/rrand11/terraform-openstack.git`
`$cd terraform-openstack/`
`$terraform init/`
`$terraform plan/`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment