terraform/helper
Mitchell Hashimoto 96e09440d4 helper/diff: mark removed keys as removed 2014-07-09 09:51:36 -07:00
..
config helper/config: can validate nested structures 2014-07-08 11:14:53 -07:00
diff helper/diff: mark removed keys as removed 2014-07-09 09:51:36 -07:00
multierror terraform: Context introduction 2014-07-03 10:14:17 -07:00
resource helper/resource: wait 2 seconds between each 2014-07-09 09:16:46 -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.