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

updated steps

parent 49b8a4b4
No related branches found
No related tags found
No related merge requests found
......@@ -26,15 +26,18 @@ Clone this repo into your terraform-first-instance directory:
`$git clone https://gitlab.rc.uab.edu/rrand11/terraform-openstack.git`
`$cd terraform-openstack`
`$source OPENRCFILENAME`
`$cd terraform-openstack`
`$terraform init`
`$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`
`$terraform apply "$HOME/terraform-first-instance/terraform-plan.tf"`
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