Merge pull request #27821 from hashicorp/pselle/internal-helper-schema
Remove readme from internal helper/schema package
This commit is contained in:
commit
b3c2f715e9
|
@ -1,11 +0,0 @@
|
|||
# Terraform Helper Lib: schema
|
||||
|
||||
The `schema` package provides a high-level interface for writing resource
|
||||
providers for Terraform.
|
||||
|
||||
If you're writing a resource provider, we recommend you use this package.
|
||||
|
||||
The interface exposed by this package is much friendlier than trying to
|
||||
write to the Terraform API directly. The core Terraform API is low-level
|
||||
and built for maximum flexibility and control, whereas this library is built
|
||||
as a framework around that to more easily write common providers.
|
|
@ -0,0 +1,5 @@
|
|||
// 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
|
Loading…
Reference in New Issue