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

Update README.md

parent 55e39099
No related branches found
No related tags found
No related merge requests found
# Terraform Openstack
Make a new directory for Terraform:
$mkdir terraform-first-instance
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
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
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