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
|