terraform/helper
Mitchell Hashimoto d7ecc76148 helper/resource: refactor wait a bit and introduce delay/mintimeout 2014-07-17 11:03:30 -07:00
..
config helper/config: clean up validation to work with nested items 2014-07-16 15:08:35 -07:00
diff helper/diff: fix problems with PreProcess 2014-07-16 16:41:19 -07:00
multierror terraform: Context introduction 2014-07-03 10:14:17 -07:00
resource helper/resource: refactor wait a bit and introduce delay/mintimeout 2014-07-17 11:03:30 -07:00
ssh Refactor shared SSH setup code 2014-07-16 10:33:44 -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.