scottslowe-learning-tools/terraform/tf-general/tf-example/provider.tf
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07:00

6 lines
142 B
HCL

provider "openstack" {
user_name = "demo"
tenant_name = "demo"
password = "password"
auth_url = "http://openstack.domain.net:5000/v2.0"
}