rename openstack provider for swift remote state

This commit is contained in:
James Bardin 2017-06-12 10:22:23 -04:00
parent ac959af6b4
commit 808b504bcf
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import (
"github.com/gophercloud/gophercloud/openstack"
"github.com/gophercloud/gophercloud/openstack/objectstorage/v1/containers"
"github.com/gophercloud/gophercloud/openstack/objectstorage/v1/objects"
tf_openstack "github.com/hashicorp/terraform/builtin/providers/openstack"
tf_openstack "github.com/terraform-providers/terraform-provider-openstack/openstack"
)
const TFSTATE_NAME = "tfstate.tf"