Files
opentf/helper/schema
Paddy 35d82b0555 Merge pull request #18795 from hashicorp/paddy_diff_nested_checkKey
Allow for nested fields with checkKey on ResourceDiffs.
2018-09-26 14:21:28 -07:00
..
2018-01-23 17:41:03 +01:00
2014-08-17 20:51:09 -07:00
2018-06-20 11:21:46 -07:00
2018-08-16 16:29:29 -04:00
2018-04-27 00:04:41 -07: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.