mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
terraform: Revert example auth_url change
Signed-off-by: Kyle Mestery <mestery@mestery.com>
This commit is contained in:
parent
e28946d2b3
commit
37fc879e66
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@ provider "openstack" {
|
|||
user_name = "demo"
|
||||
tenant_name = "demo"
|
||||
password = "password"
|
||||
auth_url = "http://192.168.33.101:5000/v2.0"
|
||||
auth_url = "http://openstack.domain.net:5000/v2.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue