Files
opentf/helper/schema
Paul Hinze 99244c5597 helper/schema: skip provider input for deprecated fields
There's no reason that a field that's been deprecated should ever
prompt.

fixes #4033
2015-12-07 11:28:45 -06:00
..
2015-10-08 15:48:04 +03:00
2015-10-08 15:48:04 +03:00
2014-08-17 20:51:09 -07:00
2015-10-08 15:48:04 +03:00
2015-10-08 15:48:04 +03: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.