terraform/helper
Mitchell Hashimoto 12c178bc63 helper/schema: don't ask for input if provider default would not be nil 2014-10-12 17:37:52 -07:00
..
config Fix failing tests 2014-10-09 21:29:21 -07:00
diff ResourceDiff => InstanceDiff 2014-09-17 16:33:24 -07:00
hashcode helper/hashcode for generating hashcodes 2014-08-20 22:09:40 -07:00
multierror Fixed a ton of typos in docs and comments 2014-08-07 00:19:56 -07:00
resource fmt 2014-10-10 14:50:35 -07:00
schema helper/schema: don't ask for input if provider default would not be nil 2014-10-12 17:37:52 -07:00
ssh helper/ssh: convert to InstanceState 2014-09-16 16:55:02 -07:00
README.md dos2unix 2014-07-28 10:43:00 -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.