Created
March 27, 2015 10:40
-
-
Save metahertz/250cbed0feaf74d44463 to your computer and use it in GitHub Desktop.
Check Terraform recognises provider 'openstack'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Testing the OpenStack provider from merge of | |
# https://github.com/hashicorp/terraform/pull/924 | |
provider "openstack" { | |
user_name = "Openstack User" | |
tenant_name = "OPENSTACK TENANT NAME" | |
auth_url = "https://openstack-keystone-auth-uri:5000/v2.0" | |
password = "YourOpenstackPassword" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment