terraform/helper
Mitchell Hashimoto 4f798fdec6 helper/diff: if attribute is set and also computed, don't mark computed 2014-07-11 11:46:21 -07:00
..
config helper/config: more correct logic with regards to nested things 2014-07-10 17:05:40 -07:00
diff helper/diff: if attribute is set and also computed, don't mark computed 2014-07-11 11:46:21 -07:00
multierror terraform: Context introduction 2014-07-03 10:14:17 -07:00
resource helper/resource: improve logging and output for tests 2014-07-11 11:20:18 -07:00
README.md add readme to helper dir 2014-07-08 10:20:44 -07:00

README.md

Helper Libraries

This folder contains helper libraries for Terraform plugins. A running joke is that this is "Terraform standard library" for plugins. The goal of the packages in this directory are to provide high-level helpers to make it easier to implement the various aspects of writing a plugin for Terraform.