mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-18 12:42:58 -06:00
e1c25337c7
Remove the README that had old user-facing information, replacing it with a doc.go that describes the package and points to the plugin SDK for external consumers.
6 lines
320 B
Go
6 lines
320 B
Go
// Package schema is a legacy package that used to represent the SDK, which is now its own
|
|
// library external to Terraform Core https://github.com/hashicorp/terraform-plugin-sdk
|
|
// Some of it is still used by Terraform's remote state backends, but this entire
|
|
// package should be removed in the future.
|
|
package schema
|