Skip to content
Snippets Groups Projects
Commit a0f5f51f authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files
parent e39e6fa3
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash #!/usr/bin/env bash
export TF_AUTH_TYPE=v3applicationcredential +export TF_VAR_AUTH_TYPE=v3applicationcredential
export TF_AUTH_URL=http://ruffner.rc.uab.edu:5000/v3 +export TF_VAR_AUTH_URL=http://ruffner.rc.uab.edu:5000/v3
export TF_IDENTITY_API_VERSION=3 +export TF_VAR_IDENTITY_API_VERSION=3
export TF_REGION_NAME="openstack" +export TF_VAR_REGION_NAME="openstack"
export TF_INTERFACE=public +export TF_VAR_INTERFACE=public
export TF_APPLICATION_CREDENTIAL_ID=797b6887d93a41249e6f59d2b90ef5df +export TF_VAR_APPLICATION_CREDENTIAL_ID=797b6887d93a41249e6f59d2b90ef5df
export TF_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