NEW: provider for openstack
This commit is contained in:
parent
84fd6bb9fa
commit
ac34fe823f
9
tf-modulised/openstack/provider.tf
Normal file
9
tf-modulised/openstack/provider.tf
Normal file
@ -0,0 +1,9 @@
|
||||
# Configure the OpenStack Provider
|
||||
provider "openstack" {
|
||||
user_name = "admin"
|
||||
tenant_name = "demo"
|
||||
password = "your-password"
|
||||
auth_url = "URL-to-keystone"
|
||||
region = "RegionOne"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user