github.com/opentofu/opentofu@v1.7.1/internal/legacy/helper/schema/doc.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 schema is a legacy package that used to represent the SDK, which is now its own
     7  // library external to OpenTofu Core https://github.com/hashicorp/terraform-plugin-sdk
     8  // Some of it is still used by OpenTofu's remote state backends, but this entire
     9  // package should be removed in the future.
    10  package schema