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

Update README.md

parent 230ebe06
No related branches found
No related tags found
No related merge requests found
...@@ -39,10 +39,16 @@ Open the credential rc file you have created, and change all OS_ to TF_. This wi ...@@ -39,10 +39,16 @@ Open the credential rc file you have created, and change all OS_ to TF_. This wi
Save the credential in your terraform-first-instance directory. Save the credential in your terraform-first-instance directory.
Download RC File from Openstack(V3) and save it in your terraform-first-instance directory.
Clone this repo into your terraform-first-instance directory: Clone this repo into your terraform-first-instance directory:
`$git clone --recursive https://gitlab.rc.uab.edu/rrand11/terraform-openstack.git` `$git clone --recursive https://gitlab.rc.uab.edu/rrand11/terraform-openstack.git`
Source the openrc file and enter your password for openstack (you will only need to do this the very first time):
$source OPENRCFILENAME
Source the credential rc file and initialize terraform: Source the credential rc file and initialize terraform:
`$source CREDENTIALRCFILENAME` `$source CREDENTIALRCFILENAME`
......
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