add readme to helper dir

This commit is contained in:
Mitchell Hashimoto 2014-07-08 10:20:44 -07:00
parent e4a1b2485a
commit 7c588eca58
1 changed files with 7 additions and 0 deletions

7
helper/README.md Normal file
View File

@ -0,0 +1,7 @@
# 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.