2024-02-08 03:48:59 -06:00
|
|
|
// Copyright (c) The OpenTofu Authors
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
// Copyright (c) 2023 HashiCorp, Inc.
|
2023-05-02 10:33:06 -05:00
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2021-02-18 11:23:04 -06:00
|
|
|
// Package schema is a legacy package that used to represent the SDK, which is now its own
|
2023-09-26 12:09:27 -05:00
|
|
|
// library external to OpenTofu Core https://github.com/hashicorp/terraform-plugin-sdk
|
2023-12-13 10:35:41 -06:00
|
|
|
// Some of it is still used by OpenTofu's remote state backends, but this entire
|
2021-02-18 11:23:04 -06:00
|
|
|
// package should be removed in the future.
|
|
|
|
package schema
|