Skip to content
Snippets Groups Projects
providers.tf 352 B
Newer Older
Rob Kooper's avatar
Rob Kooper committed
provider "openstack" {
  auth_url                      = var.openstack_url
Rob Kooper's avatar
Rob Kooper committed
  region                        = var.openstack_region_name
Rob Kooper's avatar
Rob Kooper committed
  application_credential_id     = var.openstack_credential_id
  application_credential_secret = var.openstack_credential_secret
}

provider "rancher2" {
  api_url   = var.rancher_url
  token_key = var.rancher_token
}