Files
opentf/helper/schema
appilon d3dc1263bf Merge pull request #22382 from hashicorp/appilon/delete-files
[CLEANUP] Prune internal usage of config package (with 1 exception)
2019-08-08 13:01:00 -04:00
..
2019-08-06 19:58:58 -04:00
2019-05-14 18:05:30 -04:00
2019-05-14 18:05:30 -04:00
2019-08-07 17:50:59 -04:00
2014-08-17 20:51:09 -07:00
2019-08-07 17:50:59 -04: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.