github.com/nicgrayson/terraform@v0.4.3-0.20150415203910-c4de50829380/helper/schema/README.md (about)

     1  # Terraform Helper Lib: schema
     2  
     3  The `schema` package provides a high-level interface for writing resource
     4  providers for Terraform.
     5  
     6  If you're writing a resource provider, we recommend you use this package.
     7  
     8  The interface exposed by this package is much friendlier than trying to
     9  write to the Terraform API directly. The core Terraform API is low-level
    10  and built for maximum flexibility and control, whereas this library is built
    11  as a framework around that to more easily write common providers.