Skip to content
Snippets Groups Projects
Commit 8c2b0bde authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

remove the + at the start

parent a0f5f51f
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash #!/usr/bin/env bash
+export TF_VAR_AUTH_TYPE=v3applicationcredential export TF_VAR_AUTH_TYPE=v3applicationcredential
+export TF_VAR_AUTH_URL=http://ruffner.rc.uab.edu:5000/v3 export TF_VAR_AUTH_URL=http://ruffner.rc.uab.edu:5000/v3
+export TF_VAR_IDENTITY_API_VERSION=3 export TF_VAR_IDENTITY_API_VERSION=3
+export TF_VAR_REGION_NAME="openstack" export TF_VAR_REGION_NAME="openstack"
+export TF_VAR_INTERFACE=public export TF_VAR_INTERFACE=public
+export TF_VAR_APPLICATION_CREDENTIAL_ID=797b6887d93a41249e6f59d2b90ef5df export TF_VAR_APPLICATION_CREDENTIAL_ID=797b6887d93a41249e6f59d2b90ef5df
+export TF_VAR_APPLICATION_CREDENTIAL_SECRET=no export TF_VAR_APPLICATION_CREDENTIAL_SECRET=no
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