Skip to content

Instantly share code, notes, and snippets.

@metahertz
Created March 27, 2015 10:40
Show Gist options
  • Save metahertz/250cbed0feaf74d44463 to your computer and use it in GitHub Desktop.
Save metahertz/250cbed0feaf74d44463 to your computer and use it in GitHub Desktop.
Check Terraform recognises provider 'openstack'
# 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