scottslowe-learning-tools/terraform/tf-json-example/provider.tf.json
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

10 lines
175 B
JSON

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