Rename openstack provider for swift remote backend

This commit is contained in:
Gavin Williams 2017-06-13 22:11:16 +01:00
parent af5467b9fd
commit c2550e78cf
1 changed files with 1 additions and 1 deletions

View File

@ -12,8 +12,8 @@ import (
"github.com/gophercloud/gophercloud/openstack"
"github.com/hashicorp/terraform/backend"
tf_openstack "github.com/hashicorp/terraform/builtin/providers/openstack"
"github.com/hashicorp/terraform/helper/schema"
tf_openstack "github.com/terraform-providers/terraform-provider-openstack/openstack"
)
// New creates a new backend for Swift remote state.