summaryrefslogtreecommitdiff
path: root/vendor/github.com/hashicorp/terraform/helper/schema/README.md
blob: 28c83628ec9c78322748d706e5fea8999d8f2b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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.