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

updated files

parent 5a95ab8e
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
export TF_AUTH_TYPE=v3applicationcredential
export TF_AUTH_URL=http://ruffner.rc.uab.edu:5000/v3
export TF_IDENTITY_API_VERSION=3
export TF_REGION_NAME="openstack"
export TF_INTERFACE=public
export TF_APPLICATION_CREDENTIAL_ID=797b6887d93a41249e6f59d2b90ef5df
export TF_APPLICATION_CREDENTIAL_SECRET=no
export OS_AUTH_TYPE=v3applicationcredential
export OS_AUTH_URL=http://ruffner.rc.uab.edu:5000/v3
export OS_IDENTITY_API_VERSION=3
export OS_REGION_NAME="openstack"
export OS_INTERFACE=public
export OS_APPLICATION_CREDENTIAL_ID=797b6887d93a41249e6f59d2b90ef5df
export OS_APPLICATION_CREDENTIAL_SECRET=no
......@@ -3,5 +3,5 @@ output "address" {
}
output "instances" {
value = openstack_compute_instance_v2.terraform
}
\ No newline at end of file
value = openstack_compute_instance_v2.ohpc
}
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