Files
opentf/helper/schema
James Bardin df1ac404fc fix error string matching in test
This package is no longer used, but we are retaining it for now for its
help in protocol test coverage.
2020-09-23 16:43:40 -04:00
..
2019-08-06 19:58:58 -04:00
2019-05-14 18:05:30 -04:00
2020-04-13 08:34:40 -04:00
2014-08-17 20:51:09 -07:00
2019-08-06 19:58:58 -04:00
2019-08-06 19:58:58 -04:00

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.