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

Update README.md

parent 0c351b8b
No related branches found
No related tags found
No related merge requests found
......@@ -28,18 +28,22 @@ Clone this repo into your terraform-first-instance directory:
`$git clone https://gitlab.rc.uab.edu/rrand11/terraform-openstack.git`
Source the rc file and initialize terraform:
`$source OPENRCFILENAME`
`$cd terraform-openstack`
`$terraform init`
Write Terraform Plan to your terraform-first-instance directory and run that plan:
`$terraform plan -out $HOME/terraform-first-instance/terraform-plan.tf`
#terraform plan -out writes the plan to a file and then terraform apply runs that plan
`$terraform apply "$HOME/terraform-first-instance/terraform-plan.tf"`
Destroy Terraform Instance
Destroy Terraform Instance:
`$terraform destroy`
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