Sign in
third-party-mirror
/
terraform
/
refs/heads/main
/
.
/
v1.2.3
/
internal
/
backend
/
remote-state
/
etcdv2
/
backend_test.go
blob: 6b8299178ac73fd2955f146e0a388789c5a1d36d [
file
] [
log
] [
blame
] [
edit
]
package etcdv2
import (
"testing"
"github.com/hashicorp/terraform/internal/backend"
)
func TestBackend_impl(t *testing.T) {
var _ backend.Backend = new(Backend)
}