scottslowe-learning-tools/terraform/tf-example/provider.tf
Scott Lowe 98b186e5d3 Add example configurations for Terraform
Add Terraform-formatted configuration. Add JSON-formatted
configuration. Add README with instructions on using these
configurations.
2015-11-25 17:08:46 -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"
}