Files
opentf/helper/schema
Paul Hinze ef70c8cae5 helper/schema: allow Schema attrs to be Removed
Removed fields show a customizable error message to the user when they
are used in a Terraform config. This is a tool that provider authors can
use for user feedback as they evolve their Schemas.

refs #957
2015-03-05 15:33:56 -06:00
..
2015-01-28 16:20:14 -05:00
2014-08-24 21:50:35 -07:00
2014-09-29 10:25:43 -07:00
2014-08-17 20:51:09 -07:00
2015-01-10 15:39:29 -08:00
2015-01-15 15:33:52 +01: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.