An open API service indexing awesome lists of open source software.

https://github.com/geyang/csail-openstack-terraform


https://github.com/geyang/csail-openstack-terraform

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# CSAIL Openstack Terraform

*forked from [terraform-openstack-examples](https://github.com/diodonfrost/terraform-openstack-examples)*

# Authentication

```terraform
provider "openstack" {
user_name = "my-litle-user"
tenant_name = "my-little-tenant"
password = "secret"
auth_url = "http://your-cloud-prodivder.com"
}
```