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

Update README.md

parent 50a95faa
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,17 @@ Install Terraform:
`$brew install terraform`
Unzip the file and make a path to your new directory:
`$export TERRAFORM_DIR="$(pwd)/terraform-first-instance"`/
`$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`
`$cd terraform-openstack/`
`$terraform init/`
`$terraform plan/`
`$terraform apply/`
`$cd terraform-openstack`
`$terraform init`
`$terraform plan`
`$terraform apply`
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