blob: 49efb099de2ae411e5dae993eed40b0efa318b51 [file] [log] [blame]
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package terraform
import (
backendInit "github.com/hashicorp/terraform/internal/backend/init"
)
func init() {
// Initialize the backends
backendInit.Init(nil)
}