github.com/opentofu/opentofu@v1.7.1/internal/builtin/providers/tf/provider_test.go (about)

     1  // Copyright (c) The OpenTofu Authors
     2  // SPDX-License-Identifier: MPL-2.0
     3  // Copyright (c) 2023 HashiCorp, Inc.
     4  // SPDX-License-Identifier: MPL-2.0
     5  
     6  package tf
     7  
     8  import (
     9  	backendInit "github.com/opentofu/opentofu/internal/backend/init"
    10  )
    11  
    12  func init() {
    13  	// Initialize the backends
    14  	backendInit.Init(nil)
    15  }