@ -6,27 +6,27 @@ import (
"sync"
"github.com/hashicorp/terraform-svchost/disco"
"github.com/hashicorp/terraform/ backend"
"github.com/hashicorp/terraform/ internal/ backend"
"github.com/hashicorp/terraform/tfdiags"
"github.com/zclconf/go-cty/cty"
backendLocal "github.com/hashicorp/terraform/ backend/local"
backendRemote "github.com/hashicorp/terraform/ backend/remote"
backendArtifactory "github.com/hashicorp/terraform/ backend/remote-state/artifactory"
backendAzure "github.com/hashicorp/terraform/ backend/remote-state/azure"
backendConsul "github.com/hashicorp/terraform/ backend/remote-state/consul"
backendCos "github.com/hashicorp/terraform/ backend/remote-state/cos"
backendEtcdv2 "github.com/hashicorp/terraform/ backend/remote-state/etcdv2"
backendEtcdv3 "github.com/hashicorp/terraform/ backend/remote-state/etcdv3"
backendGCS "github.com/hashicorp/terraform/ backend/remote-state/gcs"
backendHTTP "github.com/hashicorp/terraform/ backend/remote-state/http"
backendInmem "github.com/hashicorp/terraform/ backend/remote-state/inmem"
backendKubernetes "github.com/hashicorp/terraform/ backend/remote-state/kubernetes"
backendManta "github.com/hashicorp/terraform/ backend/remote-state/manta"
backendOSS "github.com/hashicorp/terraform/ backend/remote-state/oss"
backendPg "github.com/hashicorp/terraform/ backend/remote-state/pg"
backendS3 "github.com/hashicorp/terraform/ backend/remote-state/s3"
backendSwift "github.com/hashicorp/terraform/ backend/remote-state/swift"
backendLocal "github.com/hashicorp/terraform/ internal/ backend/local"
backendRemote "github.com/hashicorp/terraform/ internal/ backend/remote"
backendArtifactory "github.com/hashicorp/terraform/ internal/ backend/remote-state/artifactory"
backendAzure "github.com/hashicorp/terraform/ internal/ backend/remote-state/azure"
backendConsul "github.com/hashicorp/terraform/ internal/ backend/remote-state/consul"
backendCos "github.com/hashicorp/terraform/ internal/ backend/remote-state/cos"
backendEtcdv2 "github.com/hashicorp/terraform/ internal/ backend/remote-state/etcdv2"
backendEtcdv3 "github.com/hashicorp/terraform/ internal/ backend/remote-state/etcdv3"
backendGCS "github.com/hashicorp/terraform/ internal/ backend/remote-state/gcs"
backendHTTP "github.com/hashicorp/terraform/ internal/ backend/remote-state/http"
backendInmem "github.com/hashicorp/terraform/ internal/ backend/remote-state/inmem"
backendKubernetes "github.com/hashicorp/terraform/ internal/ backend/remote-state/kubernetes"
backendManta "github.com/hashicorp/terraform/ internal/ backend/remote-state/manta"
backendOSS "github.com/hashicorp/terraform/ internal/ backend/remote-state/oss"
backendPg "github.com/hashicorp/terraform/ internal/ backend/remote-state/pg"
backendS3 "github.com/hashicorp/terraform/ internal/ backend/remote-state/s3"
backendSwift "github.com/hashicorp/terraform/ internal/ backend/remote-state/swift"
)
// backends is the list of available backends. This is a global variable